Home
last modified time | relevance | path

Searched refs:HashInsert (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h84 void *HashInsert(Hash*, const void *pKey, int nKey, void *pData);
H A Dft_hash.c349 void *HashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in HashInsert() function
H A Dfulltext.c1328 HashInsert(terms, pToken, nTokenBytes, p); in build_terms()