HomeSort by relevance Sort by last modified time
    Searched refs:DocListType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 123 typedef enum DocListType {
127 } DocListType;
132 DocListType iType;
138 static void docListInit(DocList *d, DocListType iType,
153 static DocList *docListNew(DocListType iType){
    [all...]
fts1.c 217 typedef enum DocListType {
221 } DocListType;
237 DocListType iType;
250 static void docListInit(DocList *d, DocListType iType,
265 static DocList *docListNew(DocListType iType){
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 381 typedef enum DocListType {
385 } 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;
    [all...]

Completed in 43 milliseconds