Searched refs:xMutexLeave (Results 1 – 12 of 12) sorted by relevance
7532 void (*xMutexLeave)(sqlite3_mutex *); member
3450 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: *mut sqlite3_mutex)>, field3540 &(*(::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()
8580 void (*xMutexLeave)(sqlite3_mutex *); member25826 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()
7530 void (*xMutexLeave)(sqlite3_mutex *); member
8569 void (*xMutexLeave)(sqlite3_mutex *); member25781 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()
1703 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
1721 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
1886 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
1957 pub xMutexLeave: ::std::option::Option<unsafe extern "C" fn(arg1: field
907 void (*xMutexLeave)(sqlite3_mutex *);