Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.h103 #define fts3HashData(E) ((E)->data) macro
H A Dfts3_write.c904 PendingList *pList = (PendingList *)fts3HashData(pElem); in sqlite3Fts3PendingTermsClear()
1336 PendingList *pList = (PendingList *)fts3HashData(pElem); in fts3SegReaderNext()