Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c24830 pNew->htsize = 0;
24846 pH->htsize = 0;
140790 pNew->htsize = 0;
140806 pH->htsize = 0;
140930 pH->htsize = new_size;
141018 assert( (pH->htsize & (pH->htsize-1))==0 );
141065 assert( (pH->htsize & (pH->htsize-1))==0 );
141079 || (pH->count>=pH->htsize && fts3Rehash(pH, pH->htsize*2))
141084 assert( pH->htsize>0 );
141099 assert( pH->htsize>0 );
[all …]

Completed in 322 milliseconds