Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/
H A Ddom_iterators.c91 int htsize; in php_dom_libxml_hash_iter() local
93 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()
112 int htsize; in php_dom_libxml_notation_iter() local
114 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c31875 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 406 milliseconds