Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Ddom_iterators.c87 int htsize; in php_dom_libxml_hash_iter() local
89 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_hash_iter()
108 int htsize; in php_dom_libxml_notation_iter() local
110 if ((htsize = xmlHashSize(ht)) > 0 && index < htsize) { in php_dom_libxml_notation_iter()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c28703 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 474 milliseconds