Home
last modified time | relevance | path

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

/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h7524 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7525 struct sqlite3_mutex_methods { struct
7526 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 …]
Dbindgen_bundled_version.rs3439 pub struct sqlite3_mutex_methods { struct
3461 ::std::mem::size_of::<sqlite3_mutex_methods>(), in bindgen_test_layout_sqlite3_mutex_methods() argument
Dsqlite3.c8572 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8573 struct sqlite3_mutex_methods { struct
8574 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 …]
/external/sqlite/dist/
Dsqlite3.h7522 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7523 struct sqlite3_mutex_methods { struct
7524 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 …]
Dsqlite3.c8561 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8562 struct sqlite3_mutex_methods { struct
8563 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 …]
/external/sqlite/dist/orig/
Dsqlite3.h7522 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7523 struct sqlite3_mutex_methods { struct
7524 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 …]
Dsqlite3.c8561 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
8562 struct sqlite3_mutex_methods { struct
8563 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 …]
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs1688 pub struct sqlite3_mutex_methods { struct
1689 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() argument
1717 impl Clone for sqlite3_mutex_methods { implementation
Dbindgen_3.6.23.rs1706 pub struct sqlite3_mutex_methods { struct
1707 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() argument
1735 impl Clone for sqlite3_mutex_methods { implementation
Dbindgen_3.7.7.rs1871 pub struct sqlite3_mutex_methods { struct
1872 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() argument
1900 impl Clone for sqlite3_mutex_methods { implementation
Dbindgen_3.7.16.rs1942 pub struct sqlite3_mutex_methods { struct
1943 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() argument
1971 impl Clone for sqlite3_mutex_methods { implementation