Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c89998 int iPc; /* Rowid. Copy of value in *piPc */ local
90019 iPc = *piPc;
90021 i = iPc++;
90081 if( aOp[i].opcode==OP_Init && iPc>1 ) break;
90084 *piPc = iPc;