Home
last modified time | relevance | path

Searched defs:RawStatement (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { implementation
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: usize) -> RawStatement { in new()
181 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
H A Dstatement.rs709 pub(crate) unsafe fn into_raw(mut self) -> RawStatement { in into_raw()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { argument
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: usize) -> RawStatement { in new()
181 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
H A Dstatement.rs709 pub(crate) unsafe fn into_raw(mut self) -> RawStatement { in into_raw()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { implementation
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: bool) -> RawStatement { in new()
175 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
H A Dstatement.rs704 fn into(mut self) -> RawStatement { in into()
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { argument
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: usize) -> RawStatement { in new()
181 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { argument
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: usize) -> RawStatement { in new()
181 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { argument
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: usize) -> RawStatement { in new()
181 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Draw_statement.rs13 pub struct RawStatement { struct
31 impl RawStatement { argument
32 pub unsafe fn new(stmt: *mut ffi::sqlite3_stmt, tail: bool) -> RawStatement { in new()
175 impl Drop for RawStatement { implementation
H A Dcache.rs142 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/types/
H A Dchrono.rs13 Ok(ToSqlOutput::from(date_str))
17 /// "YYYY-MM-DD" => ISO 8601 calendar date without timezone.
30 /// ISO 8601 time without timezone => "HH:MM:SS.SSS"
31 impl ToSql for NaiveTime {
34 let date_str = self.format("%T%.f").to_string(); in new()
218 fn test_date_time_local() -> Result<()> { in reset()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/
H A Draw_statement.rs9 pub struct RawStatement(*mut ffi::sqlite3_stmt); struct
11 impl RawStatement { implementation
12 pub fn new(stmt: *mut ffi::sqlite3_stmt) -> RawStatement { in new()
105 impl Drop for RawStatement { implementation
H A Dcache.rs137 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
H A Dstatement.rs576 fn into(mut self) -> RawStatement { in into()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Draw_statement.rs10 pub struct RawStatement(*mut ffi::sqlite3_stmt); struct
12 impl RawStatement { implementation
13 pub fn new(stmt: *mut ffi::sqlite3_stmt) -> RawStatement { in new()
132 impl Drop for RawStatement { implementation
H A Dcache.rs137 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()
H A Dstatement.rs574 fn into(mut self) -> RawStatement { in into()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/
H A Dcache.rs153 fn cache_stmt(&self, stmt: RawStatement) { in cache_stmt()

12