ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
VdbeOpList Struct Reference

Public Attributes

u8 opcode
 
signed char p1
 
signed char p2
 
signed char p3
 

Detailed Description

Definition at line 15218 of file sqlite3.c.

Member Data Documentation

◆ opcode

u8 VdbeOpList::opcode

Definition at line 15219 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().

◆ p1

signed char VdbeOpList::p1

Definition at line 15220 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().

◆ p2

signed char VdbeOpList::p2

Definition at line 15221 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().

◆ p3

signed char VdbeOpList::p3

Definition at line 15222 of file sqlite3.c.

Referenced by sqlite3VdbeAddOpList().


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