Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Ddom_iterators.c87 int htsize; in php_dom_libxml_hash_iter() local
89 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()
108 int htsize; in php_dom_libxml_notation_iter() local
110 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()

Completed in 5 milliseconds