Home
last modified time | relevance | path

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

/PHP-5.6/ext/simplexml/
H A Dsimplexml.c56 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data TSRMLS_DC);
117 php_sxe_reset_iterator(sxe, 1 TSRMLS_CC); in php_sxe_get_first_node()
1138 node = php_sxe_reset_iterator(sxe, 0 TSRMLS_CC); in sxe_get_prop_hash()
1897 node = php_sxe_reset_iterator(sxe, 0 TSRMLS_CC); in php_sxe_count_elements_helper()
2324 static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe, int use_data TSRMLS_DC) /* {{{ */ in php_sxe_reset_iterator() function
2449 php_sxe_reset_iterator(sxe, 1 TSRMLS_CC); in php_sxe_iterator_rewind()

Completed in 17 milliseconds