Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Delement.c1436 otherp = xmlAddPrevSibling(thisp, otherp); in dom_insert_adjacent()
1438 if (dom_hierarchy(thisp, otherp) == FAILURE) { in dom_insert_adjacent()
1446 otherp = xmlAddChild(thisp, otherp); in dom_insert_adjacent()
1448 otherp = xmlAddPrevSibling(thisp->children, otherp); in dom_insert_adjacent()
1458 otherp = xmlAddChild(thisp, otherp); in dom_insert_adjacent()
1470 otherp = xmlAddNextSibling(thisp, otherp); in dom_insert_adjacent()
1475 dom_reconcile_ns(thisp->doc, otherp); in dom_insert_adjacent()
1476 return otherp; in dom_insert_adjacent()
1486 xmlNodePtr thisp, otherp; in PHP_METHOD() local
1501 DOM_RET_OBJ(otherp, &ret, other_intern); in PHP_METHOD()
[all …]
H A Dnode.c1608 xmlNodePtr otherp, nodep; in PHP_METHOD() local
1621 DOM_GET_OBJ(otherp, node, xmlNodePtr, unused_intern); in PHP_METHOD()
1623 if (nodep == otherp) { in PHP_METHOD()
1628 if (UNEXPECTED(nodep == NULL || otherp == NULL)) { in PHP_METHOD()
1629 RETURN_BOOL(nodep == NULL && otherp == NULL); in PHP_METHOD()
1632 RETURN_BOOL(php_dom_node_is_equal_node(nodep, otherp)); in PHP_METHOD()
2001 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2017 DOM_GET_OBJ(otherp, other, xmlNodePtr, unused_intern); in PHP_METHOD()
2021 if (otherp == thisp) { in PHP_METHOD()
2024 otherp = otherp->parent; in PHP_METHOD()
[all …]

Completed in 13 milliseconds