Home
last modified time | relevance | path

Searched defs:thisp (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/dom/parentnode/
H A Dcss_selectors.c213 void dom_parent_node_query_selector(xmlNodePtr thisp, dom_object *intern, zval *return_value, const… in dom_parent_node_query_selector()
232 void dom_parent_node_query_selector_all(xmlNodePtr thisp, dom_object *intern, zval *return_value, c… in dom_parent_node_query_selector_all()
257 void dom_element_matches(xmlNodePtr thisp, dom_object *intern, zval *return_value, const zend_strin… in dom_element_matches()
274 void dom_element_closest(xmlNodePtr thisp, dom_object *intern, zval *return_value, const zend_strin… in dom_element_closest()
H A Dtree.c633 xmlNode *thisp = dom_object_get_node(context); in dom_parent_node_after() local
665 xmlNode *thisp = dom_object_get_node(context); in dom_parent_node_before() local
782 xmlNodePtr thisp = dom_object_get_node(context); in dom_parent_node_replace_children() local
/php-src/ext/dom/
H A Delement.c542 static bool dom_remove_attribute(xmlNodePtr thisp, xmlNodePtr attrp) in dom_remove_attribute()
1564 static xmlNodePtr dom_insert_adjacent(const zend_string *where, xmlNodePtr thisp, dom_object *this_… in dom_insert_adjacent()
1613 xmlNodePtr thisp, otherp; in dom_element_insert_adjacent_element() local
1662 xmlNodePtr thisp; in dom_element_insert_adjacent_text() local
1712 xmlNodePtr thisp; in PHP_METHOD() local
1796 xmlNodePtr thisp; in php_dom_dispatch_query_selector() local
1826 xmlNodePtr thisp; in PHP_METHOD() local
1842 xmlNodePtr thisp; in PHP_METHOD() local
H A Dnode.c2280 static bool dom_node_contains(xmlNodePtr thisp, xmlNodePtr otherp) in dom_node_contains()
2295 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2320 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2344 xmlNodePtr thisp; in PHP_METHOD() local

Completed in 23 milliseconds