Searched refs:php_dom_adopt_node (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/dom/ |
H A D | element.c | 708 php_dom_adopt_node((xmlNodePtr) attrp, intern, nodep->doc); in dom_element_set_attribute_node_common() 1584 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent() 1591 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent() 1598 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent() 1608 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
|
H A D | domimplementation.c | 316 php_dom_adopt_node((xmlNodePtr) doctype, intern, document); in PHP_METHOD()
|
H A D | php_dom.h | 163 bool php_dom_adopt_node(xmlNodePtr nodep, dom_object *dom_object_new_document, xmlDocPtr new_docume…
|
H A D | html_document.c | 1541 php_dom_adopt_node(newval_node, obj, docp); in dom_html_document_body_write() 1557 php_dom_adopt_node(newval_node, obj, docp); in dom_html_document_body_write()
|
H A D | document.c | 1149 bool php_dom_adopt_node(xmlNodePtr nodep, dom_object *dom_object_new_document, xmlDocPtr new_docume… in php_dom_adopt_node() function 1210 if (!php_dom_adopt_node(nodep, dom_object_new_document, new_document)) { in dom_document_adopt_node()
|
Completed in 28 milliseconds