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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 355 ** the cursor to the beginning of the doclist by calling readerInit().
377 static void readerInit(DocListReader *r, DocList *pDoclist){
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(&left, pLeft)
    [all...]
fulltext.c 216 static void readerInit(DocListReader *r, DocList *pDoclist){
285 readerInit(&r, d);
302 readerInit(&reader, d);
340 readerInit(&reader, d);
382 readerInit(&m->in, pIn);
426 readerInit(&blockReader, pBlock);
    [all...]

Completed in 36 milliseconds