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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13976 ** There are Hash.htsize buckets. Each bucket points to a spot in
13980 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
13987 unsigned int htsize; /* Number of buckets in the hash table */ member in struct:Hash
169608 int htsize; /* Number of buckets in the hash table */ member in struct:Fts3Hash
[all...]

Completed in 1060 milliseconds