Home
last modified time | relevance | path

Searched defs:sqlite3_mutex_alloc (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h534 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs1786 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex; in sqlite3_mutex_alloc() function
Dbindgen_3.14.0_ext.rs4115 pub unsafe fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex { in sqlite3_mutex_alloc() function