Home
last modified time | relevance | path

Searched refs:xMutexLeave (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h7532 void (*xMutexLeave)(sqlite3_mutex *); member
Dbindgen_bundled_version.rs3450 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: *mut sqlite3_mutex)>, field
3540 &(*(::std::ptr::null::<sqlite3_mutex_methods>())).xMutexLeave as *const _ as usize in bindgen_test_layout_sqlite3_mutex_methods()
3547 stringify!(xMutexLeave) in bindgen_test_layout_sqlite3_mutex_methods()
Dsqlite3.c8580 void (*xMutexLeave)(sqlite3_mutex *); member
25826 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
25890 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
25987 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()
25988 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()
/external/sqlite/dist/
Dsqlite3.h7530 void (*xMutexLeave)(sqlite3_mutex *); member
Dsqlite3.c8569 void (*xMutexLeave)(sqlite3_mutex *); member
25781 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
25845 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
25942 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()
25943 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()
/external/sqlite/dist/orig/
Dsqlite3.h7530 void (*xMutexLeave)(sqlite3_mutex *); member
Dsqlite3.c8569 void (*xMutexLeave)(sqlite3_mutex *); member
25781 pGlobalMutexMethods->xMutexLeave(pCheck->mutex); in checkMutexLeave()
25845 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
25942 assert( sqlite3GlobalConfig.mutex.xMutexLeave ); in sqlite3_mutex_leave()
25943 sqlite3GlobalConfig.mutex.xMutexLeave(p); in sqlite3_mutex_leave()
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs1703 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.6.23.rs1721 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.7.7.rs1886 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
Dbindgen_3.7.16.rs1957 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout907 void (*xMutexLeave)(sqlite3_mutex *);