Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Delement.c1584 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()
1628 dom_object *this_intern, *other_intern; in dom_element_insert_adjacent_element() local
1630 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in dom_element_insert_adjacent_element()
1674 dom_object *this_intern; in dom_element_insert_adjacent_text() local
1678 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in dom_element_insert_adjacent_text()
1724 dom_object *this_intern; in PHP_METHOD() local
1735 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
[all …]
H A Dnode.c2433 dom_object *this_intern, *other_intern; in dom_node_compare_document_position() local
2439 DOM_GET_THIS_OBJ(this, id, xmlNodePtr, this_intern); in dom_node_compare_document_position()
2576 ordering = other_intern < this_intern ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in dom_node_compare_document_position()

Completed in 16 milliseconds