Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14714 struct VdbeOp { struct
14715 u8 opcode; /* What operation to perform */
14716 signed char p4type; /* One of the P4_xxx constants for p4 */
14717 u16 p5; /* Fifth parameter is an unsigned 16-bit integer */
14718 int p1; /* First operand */
14719 int p2; /* Second parameter (often the jump destination) */
14720 int p3; /* The third parameter */
14721 union p4union { /* fourth parameter */
14753 typedef struct VdbeOp VdbeOp; argument

Completed in 417 milliseconds