Home
last modified time | relevance | path

Searched defs:sqlite3_str (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h3933 struct sqlite3_str { struct
3934 sqlite3 *db; /* Optional database for lookaside. Can be NULL */
3935 char *zText; /* The string collected so far */
3936 u32 nAlloc; /* Amount of space allocated in zText */
3937 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */
3938 u32 nChar; /* Length of the string so far */
3939 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */
3940 u8 printfFlags; /* SQLITE_PRINTF flags below */
H A Dsqlite.h.in8142 typedef struct sqlite3_str sqlite3_str; typedef