Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct RowSetChunk * | pNextChunk |
struct RowSetEntry | aEntry [ROWSET_ENTRY_PER_CHUNK] |
struct RowSetEntry RowSetChunk::aEntry[ROWSET_ENTRY_PER_CHUNK] |
Definition at line 51138 of file sqlite3.c.
Referenced by rowSetEntryAlloc().
struct RowSetChunk* RowSetChunk::pNextChunk |
Definition at line 51137 of file sqlite3.c.
Referenced by rowSetEntryAlloc(), and sqlite3RowSetClear().