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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c351 /* A DocListMerge computes the AND of an in-memory DocList [in] and a chunked
371 * A DocListMerge is not yet able to propagate offsets through query
374 typedef struct DocListMerge { struct
378 } DocListMerge; typedef in typeref:struct:DocListMerge
380 static void mergeInit(DocListMerge *m,
395 static void mergePosList(DocListMerge *m, sqlite_int64 iDocid,
422 /* Merge one block of an on-disk doclist into a DocListMerge. */
423 static void mergeBlock(DocListMerge *m, DocList *pBlock){
1071 DocListMerge merge;

Completed in 76 milliseconds