![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| int | iAuxOp |
| int | iAuxArg |
| void * | pAux |
| void(* | xDeleteAux )(void *) |
| AuxData * | pNextAux |
| int AuxData::iAuxArg |
Definition at line 20969 of file sqlite3.c.
Referenced by sqlite3_get_auxdata(), sqlite3_set_auxdata(), and sqlite3VdbeDeleteAuxData().
| int AuxData::iAuxOp |
Definition at line 20968 of file sqlite3.c.
Referenced by sqlite3_get_auxdata(), sqlite3_set_auxdata(), and sqlite3VdbeDeleteAuxData().
| void* AuxData::pAux |
Definition at line 20970 of file sqlite3.c.
Referenced by sqlite3_get_auxdata(), sqlite3_set_auxdata(), and sqlite3VdbeDeleteAuxData().
| AuxData* AuxData::pNextAux |
Definition at line 20972 of file sqlite3.c.
Referenced by sqlite3_get_auxdata(), sqlite3_set_auxdata(), and sqlite3VdbeDeleteAuxData().
| void(* AuxData::xDeleteAux) (void *) |
Definition at line 20971 of file sqlite3.c.
Referenced by sqlite3_set_auxdata(), and sqlite3VdbeDeleteAuxData().