Home
last modified time | relevance | path

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

/external/rust/crates/libsqlite3-sys/sqlite3/
Dbindgen_bundled_version.rs3625 pub struct sqlite3_str { struct
3629 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()
Dsqlite3.c8914 typedef struct sqlite3_str sqlite3_str; typedef
19182 struct sqlite3_str { struct
19183 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 */
Dsqlite3.h7851 typedef struct sqlite3_str sqlite3_str; typedef
/external/sqlite/dist/orig/
Dsqlite3.c8397 typedef struct sqlite3_str sqlite3_str; typedef
19196 struct sqlite3_str { struct
19197 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 */
Dsqlite3.h8091 typedef struct sqlite3_str sqlite3_str; typedef
/external/sqlite/dist/
Dsqlite3.c8397 typedef struct sqlite3_str sqlite3_str; typedef
19196 struct sqlite3_str { struct
19197 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 */
Dsqlite3.h8091 typedef struct sqlite3_str sqlite3_str; typedef