Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
Mem * | pOut |
FuncDef * | pFunc |
Mem * | pMem |
Vdbe * | pVdbe |
int | iOp |
int | isError |
u8 | skipFlag |
u8 | argc |
sqlite3_value * | argv [1] |
u8 sqlite3_context::argc |
Definition at line 21041 of file sqlite3.c.
Referenced by sqlite3VdbeAddFunctionCall(), and sqlite3VdbeExec().
sqlite3_value* sqlite3_context::argv[1] |
Definition at line 21042 of file sqlite3.c.
Referenced by sqlite3VdbeExec().
int sqlite3_context::iOp |
Definition at line 21038 of file sqlite3.c.
Referenced by sqlite3_get_auxdata(), sqlite3_set_auxdata(), sqlite3GetFuncCollSeq(), sqlite3NotPureFunc(), sqlite3VdbeAddFunctionCall(), and sqlite3VdbeExec().
int sqlite3_context::isError |
Definition at line 21039 of file sqlite3.c.
Referenced by sqlite3_result_error16(), sqlite3_result_int(), sqlite3_set_auxdata(), sqlite3VdbeAddFunctionCall(), sqlite3VdbeExec(), sqlite3VdbeMemAggValue(), and sqlite3VdbeMemFinalize().
FuncDef* sqlite3_context::pFunc |
Definition at line 21035 of file sqlite3.c.
Referenced by sqlite3_aggregate_context(), sqlite3_aggregate_count(), sqlite3_user_data(), sqlite3NotPureFunc(), sqlite3VdbeAddFunctionCall(), sqlite3VdbeDisplayP4(), sqlite3VdbeExec(), sqlite3VdbeMemAggValue(), and sqlite3VdbeMemFinalize().
Mem* sqlite3_context::pMem |
Definition at line 21036 of file sqlite3.c.
Referenced by sqlite3_aggregate_context(), sqlite3_aggregate_count(), sqlite3VdbeExec(), sqlite3VdbeMemAggValue(), and sqlite3VdbeMemFinalize().
Mem* sqlite3_context::pOut |
Definition at line 21034 of file sqlite3.c.
Referenced by invokeValueDestructor(), sqlite3_aggregate_context(), sqlite3_context_db_handle(), sqlite3_get_auxdata(), sqlite3_result_blob64(), sqlite3_result_error16(), sqlite3_result_int(), sqlite3_result_text(), sqlite3_result_text16be(), sqlite3_result_text16le(), sqlite3_result_text64(), sqlite3_result_value(), sqlite3_set_auxdata(), sqlite3_vtab_nochange(), sqlite3ResultIntReal(), sqlite3StmtCurrentTime(), sqlite3VdbeAddFunctionCall(), sqlite3VdbeExec(), sqlite3VdbeMemAggValue(), and sqlite3VdbeMemFinalize().
Vdbe* sqlite3_context::pVdbe |
Definition at line 21037 of file sqlite3.c.
Referenced by sqlite3_get_auxdata(), sqlite3_set_auxdata(), sqlite3GetFuncCollSeq(), sqlite3NotPureFunc(), sqlite3StmtCurrentTime(), sqlite3VdbeAddFunctionCall(), and sqlite3VdbeExec().
u8 sqlite3_context::skipFlag |
Definition at line 21040 of file sqlite3.c.
Referenced by sqlite3VdbeExec().