Searched refs:htsize (Results 1 – 2 of 2) 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()
31875 pNew->htsize = 0;31891 pH->htsize = 0;168177 pNew->htsize = 0;168193 pH->htsize = 0;168317 pH->htsize = new_size;168405 assert( (pH->htsize & (pH->htsize-1))==0 );168452 assert( (pH->htsize & (pH->htsize-1))==0 );168466 || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2))168471 assert( pH->htsize>0 );168486 assert( pH->htsize>0 );[all …]
Completed in 622 milliseconds