Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.c1063 VdbeOp *pCaller; in sqlite3VdbeExec() local
1067 pCaller = &aOp[pIn1->u.i]; in sqlite3VdbeExec()
1068 assert( pCaller->opcode==OP_Yield ); in sqlite3VdbeExec()
1069 assert( pCaller->p2>=0 && pCaller->p2<p->nOp ); in sqlite3VdbeExec()
1070 pOp = &aOp[pCaller->p2 - 1]; in sqlite3VdbeExec()