Home
last modified time | relevance | path

Searched refs:SqliteFree (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c41 void SqliteFree(void *p) in SqliteFree() function
H A Ddatabase.rs45 fn SqliteFree(data: *mut c_void); in SqliteFree() function
434 unsafe { SqliteFree(msg as _) }; in exec()