Home | History | Annotate | Download | only in fts1

Lines Matching refs:pDoclist

368   DocList *pDoclist;  /* The document list we are stepping through */
375 ** Initialize the DocListReader r to point to the beginning of pDoclist.
377 static void readerInit(DocListReader *r, DocList *pDoclist){
378 r->pDoclist = pDoclist;
379 if( pDoclist!=NULL ){
380 r->p = pDoclist->pData;
391 return pReader->pDoclist==0 || (pReader->p >= docListEnd(pReader->pDoclist));
411 if( pReader->pDoclist->iType>=DL_POSITIONS ){
422 int iType = pReader->pDoclist->iType;
457 DocList *p = pReader->pDoclist;
585 DocList *d = r->pDoclist;
2530 if( c->result.pDoclist!=NULL ){
2531 docListDelete(c->result.pDoclist);
2915 if( c->result.pDoclist!=NULL ) docListDelete(c->result.pDoclist);