Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9662 struct VdbeOp { struct
9663 u8 opcode; /* What operation to perform */
9664 signed char p4type; /* One of the P4_xxx constants for p4 */
9665 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */
9666 u8 p5; /* Fifth parameter is an unsigned character */
9667 int p1; /* First operand */
9668 int p2; /* Second parameter (often the jump destination) */
9669 int p3; /* The third parameter */
9670 union { /* fourth parameter */
9696 typedef struct VdbeOp VdbeOp; typedef

Completed in 360 milliseconds