Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | i |
void * | p |
char * | z |
i64 * | pI64 |
double * | pReal |
FuncDef * | pFunc |
sqlite3_context * | pCtx |
CollSeq * | pColl |
Mem * | pMem |
VTable * | pVtab |
KeyInfo * | pKeyInfo |
u32 * | ai |
SubProgram * | pProgram |
Table * | pTab |
int(* | xAdvance )(BtCursor *, int) |
u32* VdbeOp::p4union::ai |
Definition at line 15453 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
int VdbeOp::p4union::i |
Definition at line 15442 of file sqlite3.c.
Referenced by sqlite3GenerateConstraintChecks(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
void* VdbeOp::p4union::p |
Definition at line 15443 of file sqlite3.c.
Referenced by sqlite3VdbeAddOpList(), sqlite3VdbeAppendP4(), vdbeChangeP4Full(), and vdbeFreeOpArray().
CollSeq* VdbeOp::p4union::pColl |
Definition at line 15449 of file sqlite3.c.
Referenced by sqlite3GetFuncCollSeq(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
sqlite3_context* VdbeOp::p4union::pCtx |
Definition at line 15448 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
FuncDef* VdbeOp::p4union::pFunc |
Definition at line 15447 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
i64* VdbeOp::p4union::pI64 |
Definition at line 15445 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
KeyInfo* VdbeOp::p4union::pKeyInfo |
Definition at line 15452 of file sqlite3.c.
Referenced by selectInnerLoop(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
Mem* VdbeOp::p4union::pMem |
Definition at line 15450 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
SubProgram* VdbeOp::p4union::pProgram |
Definition at line 15454 of file sqlite3.c.
Referenced by sqlite3VdbeExec(), and sqlite3VdbeNextOpcode().
double* VdbeOp::p4union::pReal |
Definition at line 15446 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
Table* VdbeOp::p4union::pTab |
Definition at line 15455 of file sqlite3.c.
Referenced by sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
VTable* VdbeOp::p4union::pVtab |
Definition at line 15451 of file sqlite3.c.
Referenced by readsTable(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExec().
int(* VdbeOp::p4union::xAdvance) (BtCursor *, int) |
Definition at line 15459 of file sqlite3.c.
Referenced by resolveP2Values(), and sqlite3VdbeExec().
char* VdbeOp::p4union::z |
Definition at line 15444 of file sqlite3.c.
Referenced by sqlite3ComputeGeneratedColumns(), sqlite3GenerateConstraintChecks(), sqlite3Pragma(), sqlite3VdbeDisplayP4(), sqlite3VdbeExec(), and sqlite3VdbeExplain().