Home
last modified time | relevance | path

Searched refs:searching_for (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dhtml_document.c341 static xmlNodePtr dom_search_child(xmlNodePtr parent, const char *searching_for) in dom_search_child() argument
345 if (node->type == XML_ELEMENT_NODE && strcmp((const char *) node->name, searching_for) == 0) { in dom_search_child()
353 …atic void dom_place_remove_element_and_hoist_children(xmlNodePtr parent, const char *searching_for) in dom_place_remove_element_and_hoist_children() argument
355 xmlNodePtr node = dom_search_child(parent, searching_for); in dom_place_remove_element_and_hoist_children()

Completed in 10 milliseconds