Lines Matching refs:p3

235 static SQLITE_NOINLINE int growOp3(Vdbe *p, int op, int p1, int p2, int p3){  in growOp3()  argument
239 return sqlite3VdbeAddOp3(p, op, p1, p2, p3); in growOp3()
241 int sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3){ in sqlite3VdbeAddOp3() argument
249 return growOp3(p, op, p1, p2, p3); in sqlite3VdbeAddOp3()
259 pOp->p3 = p3; in sqlite3VdbeAddOp3()
342 int p3, /* The P3 operand */ in sqlite3VdbeAddOp4() argument
346 int addr = sqlite3VdbeAddOp3(p, op, p1, p2, p3); in sqlite3VdbeAddOp4()
365 int p3, /* Register into which results are written */ in sqlite3VdbeAddFunctionCall() argument
389 p1, p2, p3, (char*)pCtx, P4_FUNCCTX); in sqlite3VdbeAddFunctionCall()
404 int p3, /* The P3 operand */ in sqlite3VdbeAddOp4Dup8() argument
410 return sqlite3VdbeAddOp4(p, op, p1, p2, p3, p4copy, p4type); in sqlite3VdbeAddOp4Dup8()
500 int p3, /* The P3 operand */ in sqlite3VdbeAddOp4Int() argument
503 int addr = sqlite3VdbeAddOp3(p, op, p1, p2, p3); in sqlite3VdbeAddOp4Int()
734 if( opcode==OP_CreateBtree && pOp->p3==BTREE_INTKEY ) hasCreateTable = 1; in sqlite3VdbeAssertMayAbort()
740 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
1083 pOut->p3 = aOp->p3; in sqlite3VdbeAddOpList()
1151 sqlite3VdbeGetOp(p,addr)->p3 = val; in sqlite3VdbeChangeP3()
1165 if( pOp->p3==iDest && pOp->opcode==OP_Column ){ in sqlite3VdbeTypeofColumn()
1566 if( c=='3' ) return pOp->p3; in translateP()
1647 if( strncmp(zSynopsis+ii+1, "..P3", 4)==0 && pOp->p3==0 ){ in sqlite3VdbeDisplayComment()
1964 sqlite3OpcodeName(pOp->opcode), pOp->p1, pOp->p2, pOp->p3, in sqlite3VdbePrintOp()
2293 sqlite3VdbeMemSetInt64(pMem+2, pOp->p3); in sqlite3VdbeList()
2302 sqlite3VdbeMemSetInt64(pMem+4, pOp->p3); in sqlite3VdbeList()