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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 87 * A doclist with type DL_POSITIONS_OFFSETS is stored like this:
100 * A doclist with type DL_POSITIONS is like the above, but holds only docids
103 * A doclist with type DL_DOCIDS is like the above, but holds only docids
107 * to serialize a doclist's type.
129 typedef struct DocList {
135 } 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)
1335 DocList doclist; local
1407 DocList doclist; local
    [all...]
fts1.c 157 * A doclist with type DL_POSITIONS_OFFSETS is stored like this:
175 * A doclist with type DL_POSITIONS is like the above, but holds only docids
178 * A doclist with type DL_DOCIDS is like the above, but holds only docids
182 * to serialize a doclist's type.
234 typedef struct DocList {
241 } 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)
1397 DocList doclist; local
3019 DocList doclist; local
    [all...]

Completed in 302 milliseconds