Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.h75 void *sqlite3Fts3HashInsert(Fts3Hash*, const void *pKey, int nKey, void *pData);
84 #define fts3HashInsert sqlite3Fts3HashInsert
H A Dfts3_hash.c325 void *sqlite3Fts3HashInsert( in sqlite3Fts3HashInsert() function
H A Dfts3_tokenizer.c90 pOld = sqlite3Fts3HashInsert(pHash, (void *)zName, nName, pPtr); in fts3TokenizerFunc()
H A Dfts3.c4089 if( sqlite3Fts3HashInsert(&pHash->hash, "simple", 7, (void *)pSimple) in sqlite3Fts3Init()
4090 || sqlite3Fts3HashInsert(&pHash->hash, "porter", 7, (void *)pPorter) in sqlite3Fts3Init()
4093 || sqlite3Fts3HashInsert(&pHash->hash, "unicode61", 10, (void *)pUnicode) in sqlite3Fts3Init()
4096 || (pIcu && sqlite3Fts3HashInsert(&pHash->hash, "icu", 4, (void *)pIcu)) in sqlite3Fts3Init()