Searched refs:dom_reconcile_ns_list (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/dom/ |
H A D | php_dom.h | 143 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last);
|
H A D | node.c | 959 dom_reconcile_ns_list(parentp->doc, new_child, last); in dom_node_insert_before_legacy() 1006 dom_reconcile_ns_list(parentp->doc, new_child, last); in dom_node_insert_before_legacy() 1230 dom_reconcile_ns_list(nodep->doc, newchild, last); in dom_node_replace_child() 1366 dom_reconcile_ns_list(nodep->doc, new_child, last); in dom_node_append_child_legacy()
|
H A D | php_dom.c | 2061 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last) in dom_reconcile_ns_list() function
|
/php-src/ext/dom/parentnode/ |
H A D | tree.c | 523 dom_reconcile_ns_list(parent->doc, newchild, last); in dom_insert_node_list_unchecked()
|
Completed in 36 milliseconds