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