Home
last modified time | relevance | path

Searched refs:otherp (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()
1601 if (!php_dom_pre_insert(this_intern->document, otherp, thisp, NULL)) { in dom_insert_adjacent()
1608 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1618 return otherp; in dom_insert_adjacent()
1627 xmlNodePtr thisp, otherp; in dom_element_insert_adjacent_element() local
1631 DOM_GET_OBJ(otherp, element_zval, xmlNodePtr, other_intern); in dom_element_insert_adjacent_element()
1633 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in dom_element_insert_adjacent_element()
1637 DOM_RET_OBJ(otherp, other_intern); in dom_element_insert_adjacent_element()
[all …]
H A Dnode.c1768 xmlNodePtr otherp, nodep; in dom_node_is_equal_node_common() local
1780 DOM_GET_OBJ(otherp, node, xmlNodePtr, intern); in dom_node_is_equal_node_common()
1783 if (nodep == otherp) { in dom_node_is_equal_node_common()
1788 if (nodep == NULL || otherp == NULL) { in dom_node_is_equal_node_common()
1789 RETURN_BOOL(nodep == NULL && otherp == NULL); in dom_node_is_equal_node_common()
2337 if (otherp == thisp) { in dom_node_contains()
2340 otherp = otherp->parent; in dom_node_contains()
2341 } while (otherp); in dom_node_contains()
2349 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2368 RETURN_BOOL(dom_node_contains(thisp, otherp)); in PHP_METHOD()
[all …]

Completed in 16 milliseconds