Home
last modified time | relevance | path

Searched refs:thisp (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/dom/
H A Delement.c481 ZEND_ASSERT(thisp != NULL); in dom_remove_attribute()
501 if (thisp->nsDef == ns) { in dom_remove_attribute()
502 thisp->nsDef = ns->next; in dom_remove_attribute()
504 xmlNsPtr prev = thisp->nsDef; in dom_remove_attribute()
526 dom_deep_ns_redef(thisp, ns); in dom_remove_attribute()
1422 if (thisp->parent == NULL) { in dom_insert_adjacent()
1456 if (thisp->parent == NULL) { in dom_insert_adjacent()
1482 xmlNodePtr thisp, otherp; in PHP_METHOD() local
1512 xmlNodePtr thisp; in PHP_METHOD() local
1540 xmlNodePtr thisp; in PHP_METHOD() local
[all …]
H A Dparentnode.c613 xmlNodePtr thisp = dom_object_get_node(context); in dom_parent_node_replace_children() local
615 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, thisp, nodes, nodesc) !… in dom_parent_node_replace_children()
619 xmlNodePtr fragment = dom_zvals_to_fragment(context->document, thisp, nodes, nodesc); in dom_parent_node_replace_children()
626 dom_remove_all_children(thisp); in dom_parent_node_replace_children()
632 dom_pre_insert(NULL, thisp, newchild, fragment); in dom_parent_node_replace_children()
634 dom_fragment_assign_parent_node(thisp, fragment); in dom_parent_node_replace_children()
635 dom_reconcile_ns_list(thisp->doc, newchild, last); in dom_parent_node_replace_children()
H A Dnode.c2004 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2021 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, unused_intern); in PHP_METHOD()
2024 if (otherp == thisp) { in PHP_METHOD()
2040 xmlNodePtr thisp; in PHP_METHOD() local
2049 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, intern); in PHP_METHOD()
2051 while (thisp->parent) { in PHP_METHOD()
2052 thisp = thisp->parent; in PHP_METHOD()
2056 DOM_RET_OBJ(thisp, &ret, intern); in PHP_METHOD()

Completed in 19 milliseconds