Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c505 int nHashPre = sizeof(Fts5HashEntry) + nTerm + 1; in sqlite3Fts5HashQuery() local
506 int nList = p->nData - nHashPre; in sqlite3Fts5HashQuery()
509 Fts5HashEntry *pFaux = (Fts5HashEntry*)&pRet[nPre-nHashPre]; in sqlite3Fts5HashQuery()
510 memcpy(&pRet[nPre], &((u8*)p)[nHashPre], nList); in sqlite3Fts5HashQuery()