Searched refs:thisp (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/dom/ |
H A D | element.c | 485 ZEND_ASSERT(thisp != NULL); in dom_remove_attribute() 505 if (thisp->nsDef == ns) { in dom_remove_attribute() 506 thisp->nsDef = ns->next; in dom_remove_attribute() 508 xmlNsPtr prev = thisp->nsDef; in dom_remove_attribute() 530 dom_deep_ns_redef(thisp, ns); in dom_remove_attribute() 1425 if (thisp->parent == NULL) { in dom_insert_adjacent() 1459 if (thisp->parent == NULL) { in dom_insert_adjacent() 1485 xmlNodePtr thisp, otherp; in PHP_METHOD() local 1515 xmlNodePtr thisp; in PHP_METHOD() local 1543 xmlNodePtr thisp; in PHP_METHOD() local [all …]
|
H A D | parentnode.c | 613 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 D | node.c | 2075 xmlNodePtr otherp, thisp; in PHP_METHOD() local 2092 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, unused_intern); in PHP_METHOD() 2095 if (otherp == thisp) { in PHP_METHOD() 2111 xmlNodePtr thisp; in PHP_METHOD() local 2120 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, intern); in PHP_METHOD() 2122 while (thisp->parent) { in PHP_METHOD() 2123 thisp = thisp->parent; in PHP_METHOD() 2127 DOM_RET_OBJ(thisp, &ret, intern); in PHP_METHOD()
|
Completed in 23 milliseconds