Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c1219 sqlite3_value *pRowidEq = 0; /* rowid = ? expression (or NULL) */ in fts5FilterMethod() local
1304 pRowidEq = apVal[i]; in fts5FilterMethod()
1321 if( pRowidEq ){ in fts5FilterMethod()
1322 pRowidLe = pRowidGe = pRowidEq; in fts5FilterMethod()
1339 assert( pRowidEq==0 && pRowidLe==0 && pRowidGe==0 && pRank==0 ); in fts5FilterMethod()
1372 pCsr->ePlan = (pRowidEq ? FTS5_PLAN_ROWID : FTS5_PLAN_SCAN); in fts5FilterMethod()
1377 if( pRowidEq!=0 ){ in fts5FilterMethod()
1379 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq); in fts5FilterMethod()