Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.c16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25882 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
/external/sqlite/dist/orig/
Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dsqlite3.c16521 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25882 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h503 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro
Dbindgen_bundled_version.rs3423 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) -> *mut sqlite3_mutex; in sqlite3_mutex_alloc() function
Dsqlite3.c16549 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
25927 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
Dbindgen_3.6.23.rs1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
Dbindgen_3.7.7.rs1853 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function
Dbindgen_3.7.16.rs1924 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc() function