Searched refs:DocList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c129 typedef struct DocList { struct
135 } DocList; typedef in typeref:struct:DocList
137 /* Initialize a new DocList to hold the given data. */
138 static void docListInit(DocList *d, DocListType iType,
152 /* Create a new dynamically-allocated DocList. */
153 static DocList *docListNew(DocListType iType){
154 DocList *d = (DocList *) malloc(sizeof(DocList));
159 static void docListDestroy(DocList *
[all...]
H A Dfts1.c234 typedef struct DocList { struct
241 } DocList; typedef in typeref:struct:DocList
249 /* Initialize a new DocList to hold the given data. */
250 static void docListInit(DocList *d, DocListType iType,
264 /* Create a new dynamically-allocated DocList. */
265 static DocList *docListNew(DocListType iType){
266 DocList *d = (DocList *) malloc(sizeof(DocList));
271 static void docListDestroy(DocList *
[all...]

Completed in 70 milliseconds