Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
Vdbe * | v |
VdbeFrame * | pParent |
Op * | aOp |
i64 * | anExec |
Mem * | aMem |
VdbeCursor ** | apCsr |
u8 * | aOnce |
void * | token |
i64 | lastRowid |
AuxData * | pAuxData |
int | nCursor |
int | pc |
int | nOp |
int | nMem |
int | nChildMem |
int | nChildCsr |
int | nChange |
int | nDbChange |
Mem* VdbeFrame::aMem |
Definition at line 20871 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
i64* VdbeFrame::anExec |
Definition at line 20870 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
u8* VdbeFrame::aOnce |
Definition at line 20873 of file sqlite3.c.
Referenced by sqlite3VdbeExec().
Op* VdbeFrame::aOp |
Definition at line 20869 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
VdbeCursor** VdbeFrame::apCsr |
Definition at line 20872 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
i64 VdbeFrame::lastRowid |
Definition at line 20875 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
int VdbeFrame::nChange |
Definition at line 20886 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
int VdbeFrame::nChildCsr |
Definition at line 20885 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameDelete().
int VdbeFrame::nChildMem |
Definition at line 20884 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameDelete().
int VdbeFrame::nCursor |
Definition at line 20880 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
int VdbeFrame::nDbChange |
Definition at line 20887 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
int VdbeFrame::nMem |
Definition at line 20883 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
int VdbeFrame::nOp |
Definition at line 20882 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
AuxData* VdbeFrame::pAuxData |
Definition at line 20876 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), sqlite3VdbeFrameDelete(), and sqlite3VdbeFrameRestore().
int VdbeFrame::pc |
Definition at line 20881 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeFrameRestore().
VdbeFrame* VdbeFrame::pParent |
Definition at line 20868 of file sqlite3.c.
Referenced by closeAllCursors(), sqlite3VdbeExec(), and sqlite3VdbeFrameMemDel().
void* VdbeFrame::token |
Definition at line 20874 of file sqlite3.c.
Referenced by sqlite3VdbeExec().
Vdbe* VdbeFrame::v |
Definition at line 20867 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), sqlite3VdbeFrameDelete(), sqlite3VdbeFrameMemDel(), and sqlite3VdbeFrameRestore().