Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c249640 static unsigned int fts5HashKey(int nSlot, const u8 *p, int n){ function
249677 iHash = fts5HashKey(nNew, (u8*)fts5EntryKey(p), p->nKey);
249790 assert( iHash==fts5HashKey(pHash->nSlot, (u8*)zKey, nToken+1) );
249995 unsigned int iHash = fts5HashKey(pHash->nSlot, (const u8*)pTerm, nTerm);