Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c47 static xmlNodePtr php_sxe_reset_iterator_no_clear_iter_data(php_sxe_object *sxe, int use_data);
83 return php_sxe_reset_iterator_no_clear_iter_data(sxe, false); in php_sxe_get_first_node_non_destructive()
1005 node = php_sxe_reset_iterator_no_clear_iter_data(sxe, 0); in sxe_prop_is_empty()
1111 node = php_sxe_reset_iterator_no_clear_iter_data(sxe, 0); in sxe_get_prop_hash()
1874 xmlNodePtr node = php_sxe_reset_iterator_no_clear_iter_data(sxe, 0); in php_sxe_count_elements_helper()
2401 static xmlNodePtr php_sxe_reset_iterator_no_clear_iter_data(php_sxe_object *sxe, int use_data) in php_sxe_reset_iterator_no_clear_iter_data() function
2431 return php_sxe_reset_iterator_no_clear_iter_data(sxe, use_data); in php_sxe_reset_iterator()

Completed in 31 milliseconds