Home
last modified time | relevance | path

Searched refs:sqlite3Fts2HashInsert (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.h75 void *sqlite3Fts2HashInsert(fts2Hash*, const void *pKey, int nKey, void *pData);
83 #define fts2HashInsert sqlite3Fts2HashInsert
H A Dfts2_tokenizer.c82 pOld = sqlite3Fts2HashInsert(pHash, (void *)zName, nName, pPtr); in scalarFunc()
H A Dfts2_hash.c314 void *sqlite3Fts2HashInsert( in sqlite3Fts2HashInsert() function
H A Dfts2.c6331 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()