Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.h104 #define fts3HashKey(E) ((E)->pKey) macro
H A Dfts3_write.c1346 memcpy(pReader->zTerm, fts3HashKey(pElem), nTerm); in fts3SegReaderNext()
1671 char *z1 = fts3HashKey(*(Fts3HashElem **)lhs); in fts3CompareElemByTerm()
1672 char *z2 = fts3HashKey(*(Fts3HashElem **)rhs); in fts3CompareElemByTerm()
1723 char *zKey = (char *)fts3HashKey(pE); in sqlite3Fts3SegReaderPending()