Searched refs:sqlite3Fts2HashFind (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.h76 void *sqlite3Fts2HashFind(const fts2Hash*, const void *pKey, int nKey);
84 #define fts2HashFind sqlite3Fts2HashFind
H A Dfts2_tokenizer.c91 pPtr = sqlite3Fts2HashFind(pHash, zName, nName);
173 p = (sqlite3_tokenizer_module *)sqlite3Fts2HashFind(pHash, zName, nName+1);
H A Dfts2_hash.c283 void *sqlite3Fts2HashFind(const fts2Hash *pH, const void *pKey, int nKey){ function
H A Dfts2.c3020 m = (sqlite3_tokenizer_module *)sqlite3Fts2HashFind(pHash, zTok, nTok);
6743 void *oldValue = sqlite3Fts2HashFind(pTerms, pTerm, nTerm);

Completed in 104 milliseconds