Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/
H A Delement.c1570 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1577 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1584 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1587 if (!php_dom_pre_insert(this_intern->document, otherp, thisp, NULL)) { in dom_insert_adjacent()
1594 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1604 return otherp; in dom_insert_adjacent()
1613 xmlNodePtr thisp, otherp; in dom_element_insert_adjacent_element() local
1617 DOM_GET_OBJ(otherp, element_zval, xmlNodePtr, other_intern); in dom_element_insert_adjacent_element()
1619 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in dom_element_insert_adjacent_element()
1623 DOM_RET_OBJ(otherp, other_intern); in dom_element_insert_adjacent_element()
[all …]
H A Dnode.c1720 xmlNodePtr otherp, nodep; in dom_node_is_equal_node_common() local
1732 DOM_GET_OBJ(otherp, node, xmlNodePtr, intern); in dom_node_is_equal_node_common()
1735 if (nodep == otherp) { in dom_node_is_equal_node_common()
1740 if (nodep == NULL || otherp == NULL) { in dom_node_is_equal_node_common()
1741 RETURN_BOOL(nodep == NULL && otherp == NULL); in dom_node_is_equal_node_common()
2289 if (otherp == thisp) { in dom_node_contains()
2292 otherp = otherp->parent; in dom_node_contains()
2293 } while (otherp); in dom_node_contains()
2301 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2320 RETURN_BOOL(dom_node_contains(thisp, otherp)); in PHP_METHOD()
[all …]

Completed in 29 milliseconds