Lines Matching refs:pOp
200 Op *pOp = pCur->aOp + pCur->iAddr; in bytecodevtabColumn() local
208 int iDb = pOp->p3; in bytecodevtabColumn()
209 Pgno iRoot = (Pgno)pOp->p2; in bytecodevtabColumn()
239 sqlite3_result_text(ctx, (char*)sqlite3OpcodeName(pOp->opcode), in bytecodevtabColumn()
243 sqlite3_result_int(ctx, pOp->p1); in bytecodevtabColumn()
246 sqlite3_result_int(ctx, pOp->p2); in bytecodevtabColumn()
249 sqlite3_result_int(ctx, pOp->p3); in bytecodevtabColumn()
254 pCur->zP4 = sqlite3VdbeDisplayP4(pVTab->db, pOp); in bytecodevtabColumn()
260 char *zCom = sqlite3VdbeDisplayComment(pVTab->db, pOp, pCur->zP4); in bytecodevtabColumn()
266 sqlite3_result_int(ctx, pOp->p5); in bytecodevtabColumn()
291 sqlite3_result_int(ctx, pOp->opcode==OP_OpenWrite); in bytecodevtabColumn()