Searched defs:DocListType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c123 typedef enum DocListType { enum
127 } DocListType; typedef in typeref:enum:DocListType
132 DocListType iType;
138 static void docListInit(DocList *d, DocListType iType,
153 static DocList *docListNew(DocListType iType){
H A Dfts1.c217 typedef enum DocListType { enum
221 } DocListType; typedef in typeref:enum:DocListType
237 DocListType iType;
250 static void docListInit(DocList *d, DocListType iType,
265 static DocList *docListNew(DocListType iType){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c381 typedef enum DocListType { enum
385 } DocListType; typedef in typeref:enum:DocListType
643 DocListType iType;
736 static int dlrInit(DLReader *pReader, DocListType iType,
757 static void docListValidate(DocListType iType, const char *pData, int nData,
804 DocListType iType;
812 static void dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b){
908 DocListType iType;
1160 static DLCollector *dlcNew(sqlite_int64 iDocid, DocListType iType){
1186 static int docListTrim(DocListType iTyp
[all...]

Completed in 126 milliseconds