Searched refs:htsize (Results 1 – 1 of 1) sorted by relevance
15421 unsigned int htsize; /* Number of buckets in the hash table */ member38673 pNew->htsize = 0; in sqlite3HashInit()38689 pH->htsize = 0; in sqlite3HashClear()38767 if( new_size==pH->htsize ) return 0; in rehash()38785 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht); in rehash()38812 pEntry = &pH->ht[h % pH->htsize]; in findElementWithHash()38848 pEntry = &pH->ht[elem->h % pH->htsize]; in removeElement()38913 if( pH->count>=5 && pH->count > 2*pH->htsize ){ in sqlite3HashInsert()38916 insertElement(pH, pH->ht ? &pH->ht[new_elem->h % pH->htsize] : 0, new_elem); in sqlite3HashInsert()193496 int htsize; /* Number of buckets in the hash table */ member[all …]