Searched refs:SqliteBindBlob (Results 1 - 2 of 2) sorted by relevance
/base/security/asset/services/db_operator/src/ |
H A D | sqlite3_wrapper.c | 56 int SqliteBindBlob(void *pStmt, int index, const void *zData, int nData, void(*xDel)(void*)) in SqliteBindBlob() function
|
H A D | statement.rs | 33 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 2 milliseconds