Home
last modified time | relevance | path

Searched refs:_ht (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c166 struct _ht *new_ht; /* The new hash table */ in rehash()
172 new_ht = (struct _ht *)sqliteMalloc( new_size*sizeof(struct _ht) ); in rehash()
H A Dhash.h38 struct _ht { /* the hash table */ struct