Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Delement.c660 php_dom_adopt_node((xmlNodePtr) attrp, intern, nodep->doc); in dom_element_set_attribute_node_common()
1529 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1536 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1543 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1553 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
H A Ddomimplementation.c314 php_dom_adopt_node((xmlNodePtr) doctype, intern, document); in PHP_METHOD()
H A Dphp_dom.h162 bool php_dom_adopt_node(xmlNodePtr nodep, dom_object *dom_object_new_document, xmlDocPtr new_docume…
H A Ddocument.c1125 bool php_dom_adopt_node(xmlNodePtr nodep, dom_object *dom_object_new_document, xmlDocPtr new_docume… in php_dom_adopt_node() function
1186 if (!php_dom_adopt_node(nodep, dom_object_new_document, new_document)) { in dom_document_adopt_node()

Completed in 25 milliseconds