Searched defs:child (Results 1 – 7 of 7) sorted by relevance
59 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readBuffer() local76 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readFile() local145 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local175 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local238 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local
151 for (const auto& child : children) { in FilterDependencies() local170 for (const auto& child : children) { in FilterOutDependencies() local197 for (const auto& child : children) { in UpdateGKIModulePaths() local
148 for (xmlNode *child = root->children; child; child = child->next) { in parse() local
115 for (xmlNodePtr child = node->children; child != nullptr; child = child->next) { in xmlChildWithName() local
226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe() localVariable
248 struct FTW*) -> int { in RecursivelyRemoveDirectory()
151 XMLElement* child = parent->FirstChildElement(); in FindAttribute() local