Searched refs:nHashPre (Results 1 – 1 of 1) sorted by relevance
505 int nHashPre = sizeof(Fts5HashEntry) + nTerm + 1; in sqlite3Fts5HashQuery() local506 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()