Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.h105 #define fts3HashKeysize(E) ((E)->nKey) macro
H A Dfts3_write.c1339 int nTerm = fts3HashKeysize(pElem); in fts3SegReaderNext()
1673 int n1 = fts3HashKeysize(*(Fts3HashElem **)lhs); in fts3CompareElemByTerm()
1674 int n2 = fts3HashKeysize(*(Fts3HashElem **)rhs); in fts3CompareElemByTerm()
1724 int nKey = fts3HashKeysize(pE); in sqlite3Fts3SegReaderPending()