Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Ddom_iterators.c89 int htsize; in php_dom_libxml_hash_iter() local
91 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()
110 int htsize; in php_dom_libxml_notation_iter() local
112 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()

Completed in 6 milliseconds