Searched refs:pCaller (Results 1 – 1 of 1) sorted by relevance
1063 VdbeOp *pCaller; in sqlite3VdbeExec() local1067 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()