Searched refs:htsize (Results 1 – 1 of 1) sorted by relevance
89 int htsize; in php_dom_libxml_hash_iter() local91 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()110 int htsize; in php_dom_libxml_notation_iter() local112 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()
Completed in 6 milliseconds