Searched defs:p5 (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | delete.c | 834 u8 p5 = 0; in sqlite3GenerateRowDelete() local
|
| H A D | vdbe.h | 44 u16 p5; /* Fifth parameter is an unsigned 16-bit integer */ member
|
| H A D | expr.c | 391 int p5; in codeCompare() local 619 u8 p5 /* SQLITE_NULLEQ or zero */ in codeVectorCompare() 3842 u8 p5 /* P5 value for OP_Column + FLAGS */ in sqlite3ExprCodeGetColumn() 4106 int p5 = 0; in sqlite3ExprCodeTarget() local
|
| H A D | insert.c | 2644 u8 p5, /* P5 value for OP_Open* opcodes (except on WITHOUT ROWID) */ in sqlite3OpenTableAndIndices()
|
| H A D | alter.c | 111 static void renameReloadSchema(Parse *pParse, int iDb, u16 p5){ in renameReloadSchema()
|
| H A D | vdbeaux.c | 484 void sqlite3VdbeAddParseSchemaOp(Vdbe *p, int iDb, char *zWhere, u16 p5){ in sqlite3VdbeAddParseSchemaOp() 1153 void sqlite3VdbeChangeP5(Vdbe *p, u16 p5){ in sqlite3VdbeChangeP5()
|
| H A D | whereInt.h | 92 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */ member
|