Searched defs:p3 (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 47 int p3; /* The third parameter */ member 103 signed char p3; /* Third parameter */ member
|
| H A D | vdbeaux.c | 235 static SQLITE_NOINLINE int growOp3(Vdbe *p, int op, int p1, int p2, int p3){ in growOp3() 241 int sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3){ in sqlite3VdbeAddOp3() 342 int p3, /* The P3 operand */ in sqlite3VdbeAddOp4() 365 int p3, /* Register into which results are written */ in sqlite3VdbeAddFunctionCall() 404 int p3, /* The P3 operand */ in sqlite3VdbeAddOp4Dup8() 500 int p3, /* The P3 operand */ in sqlite3VdbeAddOp4Int()
|
| H A D | pragma.c | 1832 int p1, p3, p4; /* Operands to the OP_IsType opcode */ in sqlite3Pragma() local
|
| H A D | whereInt.h | 92 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */ member
|