Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dnodelist.c107 nodep = php_dom_first_child_of_container_node(basep); in php_dom_get_nodelist_length()
192 nodep = php_dom_first_child_of_container_node(basep); in php_dom_nodelist_get_item_into_zval()
H A Ddom_iterators.c156 xmlNodePtr nodep = php_dom_first_child_of_container_node(basep); in dom_fetch_first_iteration_item()
216 curnode = php_dom_first_child_of_container_node(basenode); in php_dom_iterator_move_forward()
H A Dphp_dom.h289 static zend_always_inline xmlNodePtr php_dom_first_child_of_container_node(xmlNodePtr parent) in php_dom_first_child_of_container_node() function

Completed in 11 milliseconds