Searched refs:sqlite3Fts2HashInsert (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.h | 75 void *sqlite3Fts2HashInsert(fts2Hash*, const void *pKey, int nKey, void *pData); 83 #define fts2HashInsert sqlite3Fts2HashInsert
|
| H A D | fts2_tokenizer.c | 82 pOld = sqlite3Fts2HashInsert(pHash, (void *)zName, nName, pPtr); in scalarFunc()
|
| H A D | fts2_hash.c | 314 void *sqlite3Fts2HashInsert( in sqlite3Fts2HashInsert() function
|
| H A D | fts2.c | 6331 if( newValue==sqlite3Fts2HashInsert(pTerms, pTerm, nTerm, newValue) ){ in collectSegmentTerms() 6810 if( sqlite3Fts2HashInsert(pHash, "simple", 7, (void *)pSimple) in sqlite3Fts2Init() 6811 || sqlite3Fts2HashInsert(pHash, "porter", 7, (void *)pPorter) in sqlite3Fts2Init() 6812 || (pIcu && sqlite3Fts2HashInsert(pHash, "icu", 4, (void *)pIcu)) in sqlite3Fts2Init()
|