Home
last modified time | relevance | path

Searched refs:SqliteBindBlob (Results 1 - 2 of 2) sorted by relevance

/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c56 int SqliteBindBlob(void *pStmt, int index, const void *zData, int nData, void(*xDel)(void*)) in SqliteBindBlob() function
H A Dstatement.rs33 fn SqliteBindBlob(stmt: *mut c_void, index: i32, blob: *const u8, n: i32, callback: Option<BindCallback>) -> i32; in SqliteBindBlob() functions
106 Value::Bytes(b) => unsafe { SqliteBindBlob(self.handle as _, index, b.as_ptr(), b.len() as _, None) },

Completed in 1 milliseconds