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

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

Completed in 22 milliseconds