Searched defs:sqlite3_str (Results 1 – 2 of 2) sorted by relevance
8634 typedef struct sqlite3_str sqlite3_str; typedef
8953 typedef struct sqlite3_str sqlite3_str; typedef20569 struct sqlite3_str { struct20570 sqlite3 *db; /* Optional database for lookaside. Can be NULL */20571 char *zText; /* The string collected so far */20572 u32 nAlloc; /* Amount of space allocated in zText */20573 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */20574 u32 nChar; /* Length of the string so far */20575 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */20576 u8 printfFlags; /* SQLITE_PRINTF flags below */