Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VdbeOpList Struct Reference

Data Fields

u8 opcode
 
signed char p1
 
signed char p2
 
signed char p3
 

Detailed Description

Definition at line 15493 of file sqlite3.c.

Field Documentation

◆ opcode

u8 VdbeOpList::opcode

Definition at line 15494 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().

◆ p1

signed char VdbeOpList::p1

Definition at line 15495 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().

◆ p2

signed char VdbeOpList::p2

Definition at line 15496 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().

◆ p3

signed char VdbeOpList::p3

Definition at line 15497 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().


The documentation for this struct was generated from the following file: