Home
last modified time | relevance | path

Searched defs:pDoclist (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c211 DocList *pDoclist; member
216 static void readerInit(DocListReader *r, DocList *pDoclist){ in readerInit()
H A Dfts1.c368 DocList *pDoclist; /* The document list we are stepping through */ member
377 static void readerInit(DocListReader *r, DocList *pDoclist){ in readerInit()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c4610 const u8 *pDoclist; /* Pointer to doclist for this term */ in fts5FlushOneHash() local