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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_hash.h40 struct _fts1ht { /* the hash table */ struct in struct:fts1Hash
H A Dfts1_hash.c163 struct _fts1ht *pEntry, /* The entry into which pNew is inserted */
190 struct _fts1ht *new_ht; /* The new hash table */
195 new_ht = (struct _fts1ht *)pH->xMalloc( new_size*sizeof(struct _fts1ht) );
223 struct _fts1ht *pEntry = &pH->ht[h];
245 struct _fts1ht *pEntry;

Completed in 2785 milliseconds