Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dhash.h47 struct _ht { /* the hash table */ struct
48 unsigned int count; /* Number of entries with this hash */
49 HashElem *chain; /* Pointer to first entry with this hash */
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h40 struct _ht { /* the hash table */ struct
41 int count; /* Number of entries with this hash */
42 HashElem *chain; /* Pointer to first entry with this hash */