Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Delement.c1433 otherp = xmlAddPrevSibling(thisp, otherp); in dom_insert_adjacent()
1435 if (dom_hierarchy(thisp, otherp) == FAILURE) { in dom_insert_adjacent()
1443 otherp = xmlAddChild(thisp, otherp); in dom_insert_adjacent()
1445 otherp = xmlAddPrevSibling(thisp->children, otherp); in dom_insert_adjacent()
1455 otherp = xmlAddChild(thisp, otherp); in dom_insert_adjacent()
1467 otherp = xmlAddNextSibling(thisp, otherp); in dom_insert_adjacent()
1472 dom_reconcile_ns(thisp->doc, otherp); in dom_insert_adjacent()
1473 return otherp; in dom_insert_adjacent()
1483 xmlNodePtr thisp, otherp; in PHP_METHOD() local
1498 DOM_RET_OBJ(otherp, &ret, other_intern); in PHP_METHOD()
[all …]
H A Dnode.c1606 xmlNodePtr otherp, nodep; in PHP_METHOD() local
1619 DOM_GET_OBJ(otherp, node, xmlNodePtr, unused_intern); in PHP_METHOD()
1621 if (nodep == otherp) { in PHP_METHOD()
1626 if (UNEXPECTED(nodep == NULL || otherp == NULL)) { in PHP_METHOD()
1627 RETURN_BOOL(nodep == NULL && otherp == NULL); in PHP_METHOD()
1630 RETURN_BOOL(php_dom_node_is_equal_node(nodep, otherp)); in PHP_METHOD()
1998 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2014 DOM_GET_OBJ(otherp, other, xmlNodePtr, unused_intern); in PHP_METHOD()
2018 if (otherp == thisp) { in PHP_METHOD()
2021 otherp = otherp->parent; in PHP_METHOD()
[all …]

Completed in 17 milliseconds