Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct RowSetChunk * | pChunk |
sqlite3 * | db |
struct RowSetEntry * | pEntry |
struct RowSetEntry * | pLast |
struct RowSetEntry * | pFresh |
struct RowSetEntry * | pForest |
u16 | nFresh |
u16 | rsFlags |
int | iBatch |
sqlite3* RowSet::db |
Definition at line 51148 of file sqlite3.c.
Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().
int RowSet::iBatch |
Definition at line 51155 of file sqlite3.c.
Referenced by sqlite3RowSetInit(), and sqlite3RowSetTest().
u16 RowSet::nFresh |
Definition at line 51153 of file sqlite3.c.
Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().
struct RowSetChunk* RowSet::pChunk |
Definition at line 51147 of file sqlite3.c.
Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().
struct RowSetEntry* RowSet::pEntry |
Definition at line 51149 of file sqlite3.c.
Referenced by sqlite3RowSetClear(), sqlite3RowSetInit(), sqlite3RowSetInsert(), sqlite3RowSetNext(), and sqlite3RowSetTest().
struct RowSetEntry* RowSet::pForest |
Definition at line 51152 of file sqlite3.c.
Referenced by sqlite3RowSetClear(), sqlite3RowSetInit(), sqlite3RowSetNext(), and sqlite3RowSetTest().
struct RowSetEntry* RowSet::pFresh |
Definition at line 51151 of file sqlite3.c.
Referenced by rowSetEntryAlloc(), and sqlite3RowSetInit().
struct RowSetEntry* RowSet::pLast |
Definition at line 51150 of file sqlite3.c.
Referenced by sqlite3RowSetClear(), sqlite3RowSetInit(), sqlite3RowSetInsert(), and sqlite3RowSetTest().
u16 RowSet::rsFlags |
Definition at line 51154 of file sqlite3.c.
Referenced by sqlite3RowSetClear(), sqlite3RowSetInit(), sqlite3RowSetInsert(), sqlite3RowSetNext(), and sqlite3RowSetTest().