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.c636 xmlNode *thisp = dom_object_get_node(context); in dom_parent_node_after() local
668 xmlNode *thisp = dom_object_get_node(context); in dom_parent_node_before() local
785 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()
1578 static xmlNodePtr dom_insert_adjacent(const zend_string *where, xmlNodePtr thisp, dom_object *this_… in dom_insert_adjacent()
1627 xmlNodePtr thisp, otherp; in dom_element_insert_adjacent_element() local
1676 xmlNodePtr thisp; in dom_element_insert_adjacent_text() local
1726 xmlNodePtr thisp; in PHP_METHOD() local
1818 xmlNodePtr thisp; in PHP_METHOD() local
1902 xmlNodePtr thisp; in php_dom_dispatch_query_selector() local
1932 xmlNodePtr thisp; in PHP_METHOD() local
1948 xmlNodePtr thisp; in PHP_METHOD() local
H A Dnode.c2334 static bool dom_node_contains(xmlNodePtr thisp, xmlNodePtr otherp) in dom_node_contains()
2349 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2374 xmlNodePtr otherp, thisp; in PHP_METHOD() local
2398 xmlNodePtr thisp; in PHP_METHOD() local

Completed in 24 milliseconds