Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c219 static fts2HashElem *findElementGivenHash( in findElementGivenHash() function
295 elem = findElementGivenHash(pH,pKey,nKey, h & (pH->htsize-1)); in sqlite3Fts2HashFind()
332 elem = findElementGivenHash(pH,pKey,nKey,h); in sqlite3Fts2HashInsert()
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c254 static HashElem *findElementGivenHash( in findElementGivenHash() function
330 elem = findElementGivenHash(pH,pKey,nKey, h & (pH->htsize-1)); in HashFind()
362 elem = findElementGivenHash(pH,pKey,nKey,h); in HashInsert()
H A Dfts1_hash.c212 static fts1HashElem *findElementGivenHash( in findElementGivenHash() function
288 elem = findElementGivenHash(pH,pKey,nKey, h & (pH->htsize-1)); in sqlite3Fts1HashFind()
325 elem = findElementGivenHash(pH,pKey,nKey,h); in sqlite3Fts1HashInsert()