Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c261096 sqlite3_value *pRowidEq = 0; /* rowid = ? expression (or NULL) */ local
261191 pRowidEq = apVal[i];
261208 if( pRowidEq ){
261209 pRowidLe = pRowidGe = pRowidEq;
261229 assert( pRowidEq==0 && pRowidLe==0 && pRowidGe==0 && pRank==0 );
261261 pCsr->ePlan = (pRowidEq ? FTS5_PLAN_ROWID : FTS5_PLAN_SCAN);
261266 if( pRowidEq!=0 ){
261268 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);