Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c79 #define fts5EntryKey(p) ( ((char *)(&(p)[1])) ) macro
177 iHash = fts5HashKey(nNew, (u8*)fts5EntryKey(p), in fts5HashResize()
178 (int)strlen(fts5EntryKey(p))); in fts5HashResize()
260 char *zKey = fts5EntryKey(p); in sqlite3Fts5HashWrite()
288 zKey = fts5EntryKey(p); in sqlite3Fts5HashWrite()
412 char *zKey1 = fts5EntryKey(p1); in fts5HashEntryMerge()
413 char *zKey2 = fts5EntryKey(p2); in fts5HashEntryMerge()
460 || (pIter->nKey+1>=nTerm && 0==memcmp(fts5EntryKey(pIter), pTerm, nTerm)) in fts5HashEntrySort()
499 zKey = fts5EntryKey(p); in sqlite3Fts5HashQuery()
549 char *zKey = fts5EntryKey(p); in sqlite3Fts5HashScanEntry()