Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c2296 int iSet = ((ii==pOrWc->nTerm-1)?-1:ii); in sqlite3WhereCodeOneLoopStart() local
2300 regRowid, iSet); in sqlite3WhereCodeOneLoopStart()
2326 if( iSet ){ in sqlite3WhereCodeOneLoopStart()
2330 if( iSet>=0 ){ in sqlite3WhereCodeOneLoopStart()
2334 if( iSet ) sqlite3VdbeChangeP5(v, OPFLAG_USESEEKRESULT); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c7041 int iSet; in sqlite3VdbeExec() local
7046 iSet = pOp->p4.i; in sqlite3VdbeExec()
7057 assert( iSet==-1 || iSet>=0 ); in sqlite3VdbeExec()
7058 if( iSet ){ in sqlite3VdbeExec()
7059 exists = sqlite3RowSetTest((RowSet*)pIn1->z, iSet, pIn3->u.i); in sqlite3VdbeExec()
7063 if( iSet>=0 ){ in sqlite3VdbeExec()