Searched defs:sqlite3_mutex_methods (Results 1 – 11 of 11) sorted by relevance
7524 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef7525 struct sqlite3_mutex_methods { struct7526 int (*xMutexInit)(void);7527 int (*xMutexEnd)(void);7528 sqlite3_mutex *(*xMutexAlloc)(int);7529 void (*xMutexFree)(sqlite3_mutex *);7530 void (*xMutexEnter)(sqlite3_mutex *);7531 int (*xMutexTry)(sqlite3_mutex *);7532 void (*xMutexLeave)(sqlite3_mutex *);7533 int (*xMutexHeld)(sqlite3_mutex *);[all …]
3439 pub struct sqlite3_mutex_methods { struct3461 ::std::mem::size_of::<sqlite3_mutex_methods>(), in bindgen_test_layout_sqlite3_mutex_methods() argument
8572 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8573 struct sqlite3_mutex_methods { struct8574 int (*xMutexInit)(void);8575 int (*xMutexEnd)(void);8576 sqlite3_mutex *(*xMutexAlloc)(int);8577 void (*xMutexFree)(sqlite3_mutex *);8578 void (*xMutexEnter)(sqlite3_mutex *);8579 int (*xMutexTry)(sqlite3_mutex *);8580 void (*xMutexLeave)(sqlite3_mutex *);8581 int (*xMutexHeld)(sqlite3_mutex *);[all …]
7522 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef7523 struct sqlite3_mutex_methods { struct7524 int (*xMutexInit)(void);7525 int (*xMutexEnd)(void);7526 sqlite3_mutex *(*xMutexAlloc)(int);7527 void (*xMutexFree)(sqlite3_mutex *);7528 void (*xMutexEnter)(sqlite3_mutex *);7529 int (*xMutexTry)(sqlite3_mutex *);7530 void (*xMutexLeave)(sqlite3_mutex *);7531 int (*xMutexHeld)(sqlite3_mutex *);[all …]
8561 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef8562 struct sqlite3_mutex_methods { struct8563 int (*xMutexInit)(void);8564 int (*xMutexEnd)(void);8565 sqlite3_mutex *(*xMutexAlloc)(int);8566 void (*xMutexFree)(sqlite3_mutex *);8567 void (*xMutexEnter)(sqlite3_mutex *);8568 int (*xMutexTry)(sqlite3_mutex *);8569 void (*xMutexLeave)(sqlite3_mutex *);8570 int (*xMutexHeld)(sqlite3_mutex *);[all …]
1688 pub struct sqlite3_mutex_methods { struct1689 pub xMutexInit: ::std::option::Option<unsafe extern "C" fn()1714 assert_eq!(::std::mem::size_of::<sqlite3_mutex_methods>() , 72usize); in bindgen_test_layout_sqlite3_mutex_methods() argument1717 impl Clone for sqlite3_mutex_methods { implementation
1706 pub struct sqlite3_mutex_methods { struct1707 pub xMutexInit: ::std::option::Option<unsafe extern "C" fn()1732 assert_eq!(::std::mem::size_of::<sqlite3_mutex_methods>() , 72usize); in bindgen_test_layout_sqlite3_mutex_methods() argument1735 impl Clone for sqlite3_mutex_methods { implementation
1871 pub struct sqlite3_mutex_methods { struct1872 pub xMutexInit: ::std::option::Option<unsafe extern "C" fn()1897 assert_eq!(::std::mem::size_of::<sqlite3_mutex_methods>() , 72usize); in bindgen_test_layout_sqlite3_mutex_methods() argument1900 impl Clone for sqlite3_mutex_methods { implementation
1942 pub struct sqlite3_mutex_methods { struct1943 pub xMutexInit: ::std::option::Option<unsafe extern "C" fn()1968 assert_eq!(::std::mem::size_of::<sqlite3_mutex_methods>() , 72usize); in bindgen_test_layout_sqlite3_mutex_methods() argument1971 impl Clone for sqlite3_mutex_methods { implementation