Searched defs:sqlite3_str (Results 1 – 7 of 7) sorted by relevance
3625 pub struct sqlite3_str { struct3629 pub fn sqlite3_str_new(arg1: *mut sqlite3) -> *mut sqlite3_str; in sqlite3_str_new()3635 pub fn sqlite3_str_appendf(arg1: *mut sqlite3_str, zFormat: *const ::std::os::raw::c_char, ...); in sqlite3_str_appendf()3639 arg1: *mut sqlite3_str, in sqlite3_str_append()3645 pub fn sqlite3_str_appendall(arg1: *mut sqlite3_str, zIn: *const ::std::os::raw::c_char); in sqlite3_str_appendall()3649 arg1: *mut sqlite3_str, in sqlite3_str_appendchar()3655 pub fn sqlite3_str_reset(arg1: *mut sqlite3_str); in sqlite3_str_reset()
8914 typedef struct sqlite3_str sqlite3_str; typedef19182 struct sqlite3_str { struct19183 sqlite3 *db; /* Optional database for lookaside. Can be NULL */19184 char *zText; /* The string collected so far */19185 u32 nAlloc; /* Amount of space allocated in zText */19186 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */19187 u32 nChar; /* Length of the string so far */19188 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */19189 u8 printfFlags; /* SQLITE_PRINTF flags below */
7851 typedef struct sqlite3_str sqlite3_str; typedef
8397 typedef struct sqlite3_str sqlite3_str; typedef19196 struct sqlite3_str { struct19197 sqlite3 *db; /* Optional database for lookaside. Can be NULL */19198 char *zText; /* The string collected so far */19199 u32 nAlloc; /* Amount of space allocated in zText */19200 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */19201 u32 nChar; /* Length of the string so far */19202 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */19203 u8 printfFlags; /* SQLITE_PRINTF flags below */
8091 typedef struct sqlite3_str sqlite3_str; typedef