Home
last modified time | relevance | path

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

/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c116 int SqliteKey(void *db, const void *pKey, int nKey) in SqliteKey() function
H A Ddatabase.rs47 fn SqliteKey(db: *mut c_void, pKey: *const c_void, nKey: i32) -> i32; in SqliteKey() functions
286 unsafe { SqliteKey(self.handle as _, p_key.db_key.as_ptr() as *const c_void, p_key.db_key.len() as i32) }; in set_db_key()

Completed in 2 milliseconds