Searched refs:searching_for (Results 1 – 1 of 1) sorted by relevance
347 static xmlNodePtr dom_search_child(xmlNodePtr parent, const char *searching_for) in dom_search_child() argument351 if (node->type == XML_ELEMENT_NODE && strcmp((const char *) node->name, searching_for) == 0) { in dom_search_child()359 …atic void dom_place_remove_element_and_hoist_children(xmlNodePtr parent, const char *searching_for) in dom_place_remove_element_and_hoist_children() argument361 xmlNodePtr node = dom_search_child(parent, searching_for); in dom_place_remove_element_and_hoist_children()
Completed in 12 milliseconds