Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
sqlite3 * | db |
char * | zText |
u32 | nAlloc |
u32 | mxAlloc |
u32 | nChar |
u8 | accError |
u8 | printfFlags |
u8 sqlite3_str::accError |
Definition at line 18974 of file sqlite3.c.
Referenced by printfTempBuf(), sqlite3_str_length(), sqlite3_str_vappendf(), sqlite3RunParser(), sqlite3StrAccumEnlarge(), sqlite3VdbeDisplayP4(), and sqlite3VdbeExpandSql().
sqlite3* sqlite3_str::db |
Definition at line 18969 of file sqlite3.c.
Referenced by printfTempBuf(), sqlite3_str_vappendf(), sqlite3StrAccumEnlarge(), sqlite3StrAccumInit(), and strAccumFinishRealloc().
u32 sqlite3_str::mxAlloc |
Definition at line 18972 of file sqlite3.c.
Referenced by printfTempBuf(), sqlite3_str_vappendf(), sqlite3StrAccumEnlarge(), sqlite3StrAccumInit(), strAccumFinishRealloc(), and vdbeMemRenderNum().
u32 sqlite3_str::nAlloc |
Definition at line 18971 of file sqlite3.c.
Referenced by printfTempBuf(), sqlite3_str_vappendf(), sqlite3StrAccumEnlarge(), sqlite3StrAccumInit(), and sqlite3VdbeExpandSql().
u32 sqlite3_str::nChar |
Definition at line 18973 of file sqlite3.c.
Referenced by enlargeAndAppend(), sqlite3_str_value(), sqlite3_str_vappendf(), sqlite3RunParser(), sqlite3StrAccumEnlarge(), strAccumFinishRealloc(), and vdbeMemRenderNum().
u8 sqlite3_str::printfFlags |
Definition at line 18975 of file sqlite3.c.
Referenced by sqlite3_str_vappendf(), sqlite3BtreeIntegrityCheck(), sqlite3StrAccumEnlarge(), and strAccumFinishRealloc().
char* sqlite3_str::zText |
Definition at line 18970 of file sqlite3.c.
Referenced by enlargeAndAppend(), sqlite3_str_vappendf(), sqlite3RunParser(), sqlite3StrAccumEnlarge(), sqlite3StrAccumInit(), strAccumFinishRealloc(), and vdbeMemRenderNum().