Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Ddom_iterators.c83 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_hash_iter() function
229 curnode = php_dom_libxml_hash_iter(objmap->ht, iter->index); in php_dom_iterator_move_forward()
313 curnode = php_dom_libxml_hash_iter(objmap->ht, 0); in php_dom_get_iterator()
H A Dnodelist.c114 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in php_dom_nodelist_get_item_into_zval()
H A Dphp_dom.h137 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index);
H A Dnamednodemap.c141 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in php_dom_named_node_map_get_item()

Completed in 11 milliseconds