Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h468 u8 bStart; /* True if iDocid is valid */ member
H A Dfts3.c5293 pExpr->bStart = 1; in fts3EvalNextRow()
5356 assert_fts3_nc( pLeft->bStart || pLeft->iDocid==pRight->iDocid ); in fts3EvalNextRow()
5357 assert_fts3_nc( pRight->bStart || pLeft->iDocid==pRight->iDocid ); in fts3EvalNextRow()
5383 if( pRight->bStart==0 ){ in fts3EvalNextRow()
5385 assert( *pRc!=SQLITE_OK || pRight->bStart ); in fts3EvalNextRow()
5722 pExpr->bStart = 0; in fts3EvalRestart()
5802 assert( pRoot->bStart ); in fts3EvalGatherStats()