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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c355 ** the cursor to the beginning of the doclist by calling readerInit().
377 static void readerInit(DocListReader *r, DocList *pDoclist){ function
485 readerInit(&r, d);
499 readerInit(&r, p);
531 readerInit(&r, in);
559 readerInit(&r, in);
629 readerInit(&reader, d);
650 readerInit(&accReader, pAcc);
651 readerInit(&updateReader, pUpdate);
738 readerInit(
[all...]
H A Dfulltext.c216 static void readerInit(DocListReader *r, DocList *pDoclist){ function
285 readerInit(&r, d);
302 readerInit(&reader, d);
340 readerInit(&reader, d);
382 readerInit(&m->in, pIn);
426 readerInit(&blockReader, pBlock);
1248 readerInit(&c->result, pResult);

Completed in 470 milliseconds