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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7348 ** There are Hash.htsize buckets. Each bucket points to a spot in
7352 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
7359 unsigned int htsize; /* Number of buckets in the hash table */ member in struct:Hash
21824 pNew->htsize = 0;
21840 pH->htsize = 0;
21908 if( new_size==pH->htsize ) return 0;
21922 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
22008 h = strHash(pKey, nKey) % pH->htsize;
22038 if( pH->htsize ){
22039 h = strHash(pKey, nKey) % pH->htsize;
113960 int htsize; /* Number of buckets in the hash table */ member in struct:Fts3Hash
[all...]

Completed in 409 milliseconds