Home
last modified time | relevance | path

Searched defs:VdbeOp (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.h36 struct VdbeOp { struct
47 typedef struct VdbeOp VdbeOp; typedef
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8174 struct VdbeOp { struct
8175 u8 opcode; /* What operation to perform */
8176 signed char p4type; /* One of the P4_xxx constants for p4 */
8177 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */
8178 u8 p5; /* Fifth parameter is an unsigned character */
8179 int p1; /* First operand */
8180 int p2; /* Second parameter (often the jump destination) */
8181 int p3; /* The third parameter */
8205 typedef struct VdbeOp VdbeOp; typedef

Completed in 237 milliseconds