Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c123 typedef enum DocListType { enum
127 } DocListType; typedef
132 DocListType iType;
138 static void docListInit(DocList *d, DocListType iType, in docListInit()
153 static DocList *docListNew(DocListType iType){ in docListNew()
H A Dfts1.c217 typedef enum DocListType { enum
221 } DocListType; typedef
237 DocListType iType;
250 static void docListInit(DocList *d, DocListType iType, in docListInit()
265 static DocList *docListNew(DocListType iType){ in docListNew()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c355 typedef enum DocListType { enum
359 } DocListType; typedef
606 DocListType iType;
683 static void dlrInit(DLReader *pReader, DocListType iType, in dlrInit()
751 DocListType iType;
853 DocListType iType;
1088 static DLCollector *dlcNew(sqlite_int64 iDocid, DocListType iType){ in dlcNew()
1114 static void docListTrim(DocListType iType, const char *pData, int nData, in docListTrim()
1461 DocListType iType, in docListPhraseMerge()
3434 DocListType iType, DataBuffer *out);
[all …]