Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.c169 struct _ht *new_ht; /* The new hash table */ in rehash()
175 new_ht = (struct _ht *)sqliteMalloc( new_size*sizeof(struct _ht) ); in rehash()
H A Dhash.h41 struct _ht { /* the hash table */ struct