Searched refs:htsize (Results 1 – 2 of 2) sorted by relevance
87 int htsize; in php_dom_libxml_hash_iter() local89 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()108 int htsize; in php_dom_libxml_notation_iter() local110 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()
28703 pNew->htsize = 0;28719 pH->htsize = 0;149636 pNew->htsize = 0;149652 pH->htsize = 0;149776 pH->htsize = new_size;149864 assert( (pH->htsize & (pH->htsize-1))==0 );149911 assert( (pH->htsize & (pH->htsize-1))==0 );149925 || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2))149930 assert( pH->htsize>0 );149945 assert( pH->htsize>0 );[all …]
Completed in 430 milliseconds