Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Delement.c1430 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1439 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1452 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1464 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1469 php_dom_throw_error(SYNTAX_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1484 dom_object *this_intern, *other_intern; in PHP_METHOD() local
1491 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
1494 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in PHP_METHOD()
1511 dom_object *this_intern; in PHP_METHOD() local
1519 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
[all …]
H A Dnode.c2069 dom_object *this_intern, *other_intern; in PHP_METHOD() local
2075 DOM_GET_THIS_OBJ(this, id, xmlNodePtr, this_intern); in PHP_METHOD()
2212 ordering = other_intern < this_intern ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in PHP_METHOD()

Completed in 18 milliseconds