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

Data Fields

ParsepParse
 
WindowpMWin
 
VdbepVdbe
 
int addrGosub
 
int regGosub
 
int regArg
 
int eDelete
 
WindowCsrAndReg start
 
WindowCsrAndReg current
 
WindowCsrAndReg end
 

Detailed Description

Definition at line 152713 of file sqlite3.c.

Field Documentation

◆ addrGosub

int WindowCodeArg::addrGosub

Definition at line 152717 of file sqlite3.c.

Referenced by windowReturnOneRow().

◆ current

WindowCsrAndReg WindowCodeArg::current

Definition at line 152723 of file sqlite3.c.

Referenced by windowCodeOp().

◆ eDelete

int WindowCodeArg::eDelete

Definition at line 152720 of file sqlite3.c.

Referenced by windowCodeOp().

◆ end

WindowCsrAndReg WindowCodeArg::end

Definition at line 152724 of file sqlite3.c.

Referenced by windowCodeOp().

◆ pMWin

Window* WindowCodeArg::pMWin

◆ pParse

Parse* WindowCodeArg::pParse

◆ pVdbe

Vdbe* WindowCodeArg::pVdbe

Definition at line 152716 of file sqlite3.c.

Referenced by windowCodeOp(), windowFullScan(), and windowReturnOneRow().

◆ regArg

int WindowCodeArg::regArg

Definition at line 152719 of file sqlite3.c.

Referenced by windowCodeOp(), and windowFullScan().

◆ regGosub

int WindowCodeArg::regGosub

Definition at line 152718 of file sqlite3.c.

Referenced by windowReturnOneRow().

◆ start

WindowCsrAndReg WindowCodeArg::start

Definition at line 152722 of file sqlite3.c.

Referenced by windowCodeOp().


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