Home
last modified time | relevance | path

Searched refs:aEof (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c309 u8 *aEof; /* Pointer to 1 byte past end of doclist */ member
4886 if( p>=pIter->aEof ){ in fts5DoclistIterNext()
4905 if( &pIter->aPoslist[pIter->nPoslist]>pIter->aEof ){ in fts5DoclistIterNext()
4918 pIter->aEof = &pBuf->p[pBuf->n]; in fts5DoclistIterInit()