Home
last modified time | relevance | path

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

/base/security/asset/services/db_operator/src/
H A Dstatement.rs34 fn SqliteBindInt64(stmt: *mut c_void, index: i32, value: i64) -> i32; in SqliteBindInt64() functions
107 Value::Number(i) => unsafe { SqliteBindInt64(self.handle as _, index, *i as _) },
108 Value::Bool(b) => unsafe { SqliteBindInt64(self.handle as _, index, *b as _) },
H A Dsqlite3_wrapper.c61 int SqliteBindInt64(void *pStmt, int index, int64_t iValue) in SqliteBindInt64() function

Completed in 1 milliseconds