Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c170 struct _fts2ht *pEntry, /* The entry into which pNew is inserted */ in insertElement()
197 struct _fts2ht *new_ht; /* The new hash table */ in rehash()
202 new_ht = (struct _fts2ht *)fts2HashMalloc( new_size*sizeof(struct _fts2ht) ); in rehash()
230 struct _fts2ht *pEntry = &pH->ht[h]; in findElementGivenHash()
252 struct _fts2ht *pEntry; in removeElementGivenHash()
H A Dfts2_hash.h38 struct _fts2ht { /* the hash table */ struct