Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/
H A Dsimplexml.c57 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data TSRMLS_…
1180 node = php_sxe_iterator_fetch(sxe, node->next, 0 TSRMLS_CC); in sxe_get_prop_hash()
1889 node = php_sxe_iterator_fetch(sxe, node->next, 0 TSRMLS_CC); in php_sxe_count_elements_helper()
2280 static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr node, int use_data TSRMLS_… in php_sxe_iterator_fetch() function
2332 return php_sxe_iterator_fetch(sxe, node, use_data TSRMLS_CC); in php_sxe_reset_iterator()
2417 php_sxe_iterator_fetch(sxe, node->next, 1 TSRMLS_CC); in php_sxe_move_forward_iterator()

Completed in 13 milliseconds