fts1Hash 2970 third_party/sqlite/src/ext/fts1/fts1.c static int buildTerms(fulltext_vtab *v, fts1Hash *terms, sqlite_int64 iDocid, fts1Hash 3083 third_party/sqlite/src/ext/fts1/fts1.c static int insertTerms(fulltext_vtab *v, fts1Hash *terms, sqlite_int64 iRowid, fts1Hash 3096 third_party/sqlite/src/ext/fts1/fts1.c static int deleteTerms(fulltext_vtab *v, fts1Hash *pTerms, sqlite_int64 iRowid){ fts1Hash 3116 third_party/sqlite/src/ext/fts1/fts1.c sqlite_int64 *piRowid, fts1Hash *pTerms){ fts1Hash 3127 third_party/sqlite/src/ext/fts1/fts1.c static int index_delete(fulltext_vtab *v, sqlite_int64 iRow, fts1Hash *pTerms){ fts1Hash 3136 third_party/sqlite/src/ext/fts1/fts1.c sqlite3_value **pValues, fts1Hash *pTerms){ fts1Hash 3154 third_party/sqlite/src/ext/fts1/fts1.c fts1Hash terms; /* maps term string -> PosList */ fts1Hash 52 third_party/sqlite/src/ext/fts1/fts1_hash.c void sqlite3Fts1HashInit(fts1Hash *pNew, int keyClass, int copyKey){ fts1Hash 69 third_party/sqlite/src/ext/fts1/fts1_hash.c void sqlite3Fts1HashClear(fts1Hash *pH){ fts1Hash 162 third_party/sqlite/src/ext/fts1/fts1_hash.c fts1Hash *pH, /* The complete hash table */ fts1Hash 189 third_party/sqlite/src/ext/fts1/fts1_hash.c static void rehash(fts1Hash *pH, int new_size){ fts1Hash 213 third_party/sqlite/src/ext/fts1/fts1_hash.c const fts1Hash *pH, /* The pH to be searched */ fts1Hash 241 third_party/sqlite/src/ext/fts1/fts1_hash.c fts1Hash *pH, /* The pH containing "elem" */ fts1Hash 278 third_party/sqlite/src/ext/fts1/fts1_hash.c void *sqlite3Fts1HashFind(const fts1Hash *pH, const void *pKey, int nKey){ fts1Hash 308 third_party/sqlite/src/ext/fts1/fts1_hash.c fts1Hash *pH, /* The hash table to insert into */ fts1Hash 21 third_party/sqlite/src/ext/fts1/fts1_hash.h typedef struct fts1Hash fts1Hash; fts1Hash 76 third_party/sqlite/src/ext/fts1/fts1_hash.h void sqlite3Fts1HashInit(fts1Hash*, int keytype, int copyKey); fts1Hash 77 third_party/sqlite/src/ext/fts1/fts1_hash.h void *sqlite3Fts1HashInsert(fts1Hash*, const void *pKey, int nKey, void *pData); fts1Hash 78 third_party/sqlite/src/ext/fts1/fts1_hash.h void *sqlite3Fts1HashFind(const fts1Hash*, const void *pKey, int nKey); fts1Hash 79 third_party/sqlite/src/ext/fts1/fts1_hash.h void sqlite3Fts1HashClear(fts1Hash*);