Searched refs:fts3HashKeysize (Results 1 – 2 of 2) sorted by relevance
105 #define fts3HashKeysize(E) ((E)->nKey) macro
1339 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()