Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c220 static Fts3HashElem *fts3FindElementByHash( in fts3FindElementByHash() function
295 return fts3FindElementByHash(pH,pKey,nKey, h & (pH->htsize-1)); in sqlite3Fts3HashFindElem()
343 elem = fts3FindElementByHash(pH,pKey,nKey,h); in sqlite3Fts3HashInsert()