Searched refs:_ht (Results 1 – 2 of 2) sorted by relevance
166 struct _ht *new_ht; /* The new hash table */ in rehash()172 new_ht = (struct _ht *)sqliteMalloc( new_size*sizeof(struct _ht) ); in rehash()
38 struct _ht { /* the hash table */ struct