Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h8634 typedef struct sqlite3_str sqlite3_str; typedef
H A Dsqlite3.c8953 typedef struct sqlite3_str sqlite3_str; typedef
20569 struct sqlite3_str { struct
20570 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 */