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

/external/sqlite/dist/orig/
H A Dsqlite3.c9226 ** There are Hash.htsize buckets. Each bucket points to a spot in
9230 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
9237 unsigned int htsize; /* Number of buckets in the hash table */ member in struct:Hash
26004 pNew->htsize = 0;
26020 pH->htsize = 0;
26087 if( new_size==pH->htsize ) return 0;
26105 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
26130 h = strHash(pKey) % pH->htsize;
26236 if( pH->count>=10 && pH->count > 2*pH->htsize ){
26238 assert( pH->htsize>
135492 int htsize; /* Number of buckets in the hash table */ member in struct:Fts3Hash
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9226 ** There are Hash.htsize buckets. Each bucket points to a spot in
9230 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
9237 unsigned int htsize; /* Number of buckets in the hash table */ member in struct:Hash
26004 pNew->htsize = 0;
26020 pH->htsize = 0;
26087 if( new_size==pH->htsize ) return 0;
26105 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
26130 h = strHash(pKey) % pH->htsize;
26236 if( pH->count>=10 && pH->count > 2*pH->htsize ){
26238 assert( pH->htsize>
135510 int htsize; /* Number of buckets in the hash table */ member in struct:Fts3Hash
[all...]

Completed in 1083 milliseconds