Home
last modified time | relevance | path

Searched defs:p5 (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c834 u8 p5 = 0; in sqlite3GenerateRowDelete() local
H A Dvdbe.h44 u16 p5; /* Fifth parameter is an unsigned 16-bit integer */ member
H A Dexpr.c391 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 Dinsert.c2644 u8 p5, /* P5 value for OP_Open* opcodes (except on WITHOUT ROWID) */ in sqlite3OpenTableAndIndices()
H A Dalter.c111 static void renameReloadSchema(Parse *pParse, int iDb, u16 p5){ in renameReloadSchema()
H A Dvdbeaux.c484 void sqlite3VdbeAddParseSchemaOp(Vdbe *p, int iDb, char *zWhere, u16 p5){ in sqlite3VdbeAddParseSchemaOp()
1153 void sqlite3VdbeChangeP5(Vdbe *p, u16 p5){ in sqlite3VdbeChangeP5()
H A DwhereInt.h92 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */ member