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

Data Fields

VdbeOpaOp
 
int nOp
 
int nMem
 
int nCsr
 
u8aOnce
 
void * token
 
SubProgrampNext
 

Detailed Description

Definition at line 15479 of file sqlite3.c.

Field Documentation

◆ aOnce

u8* SubProgram::aOnce

Definition at line 15484 of file sqlite3.c.

◆ aOp

VdbeOp* SubProgram::aOp

Definition at line 15480 of file sqlite3.c.

Referenced by sqlite3VdbeClearObject(), sqlite3VdbeExec(), and sqlite3VdbeNextOpcode().

◆ nCsr

int SubProgram::nCsr

Definition at line 15483 of file sqlite3.c.

Referenced by sqlite3VdbeExec().

◆ nMem

int SubProgram::nMem

Definition at line 15482 of file sqlite3.c.

Referenced by sqlite3VdbeExec().

◆ nOp

int SubProgram::nOp

Definition at line 15481 of file sqlite3.c.

Referenced by sqlite3VdbeClearObject(), sqlite3VdbeExec(), and sqlite3VdbeNextOpcode().

◆ pNext

SubProgram* SubProgram::pNext

Definition at line 15486 of file sqlite3.c.

Referenced by sqlite3VdbeClearObject(), and sqlite3VdbeLinkSubProgram().

◆ token

void* SubProgram::token

Definition at line 15485 of file sqlite3.c.

Referenced by sqlite3VdbeExec().


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