Home
last modified time | relevance | path

Searched defs:sqlite3_mutex (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmutex_unix.c41 struct sqlite3_mutex { struct
57 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dmutex_w32.c25 struct sqlite3_mutex { struct
26 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
27 int id; /* Mutex type */
29 volatile int nRef; /* Number of enterances */
30 volatile DWORD owner; /* Thread holding this mutex */
31 int trace; /* True to trace changes */
H A Dmutex_os2.c31 struct sqlite3_mutex { struct
52 ** The sqlite3_mutex_alloc() routine allocates a new argument
H A Dtest_mutex.c26 struct sqlite3_mutex { struct
27 sqlite3_mutex *pReal; argument
39 sqlite3_mutex aStatic[6]; /* The six static mutexes */ argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmutex_unix.c41 struct sqlite3_mutex { struct
61 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dmutex_w32.c37 struct sqlite3_mutex { struct
38 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
39 int id; /* Mutex type */
63 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
66 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dtest_mutex.c40 struct sqlite3_mutex { struct
41 sqlite3_mutex *pReal; argument
53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */ argument
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmutex_unix.c41 struct sqlite3_mutex { struct
62 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dmutex_w32.c37 struct sqlite3_mutex { struct
38 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
39 int id; /* Mutex type */
63 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
66 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dtest_mutex.c40 struct sqlite3_mutex { struct
41 sqlite3_mutex *pReal; argument
53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */ argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmutex_unix.c41 struct sqlite3_mutex { struct
62 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dmutex_w32.c37 struct sqlite3_mutex { struct
38 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
39 int id; /* Mutex type */
63 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
66 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dtest_mutex.c40 struct sqlite3_mutex { struct
41 sqlite3_mutex *pReal; argument
53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmutex_unix.c41 struct sqlite3_mutex { struct
62 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
H A Dmutex_w32.c37 struct sqlite3_mutex { struct
38 CRITICAL_SECTION mutex; /* Mutex controlling the lock */
39 int id; /* Mutex type */
63 ** The sqlite3_mutex_held() and sqlite3_mutex_notheld() routine are argument
66 static int winMutexHeld(sqlite3_mutex *p){ in winMutexHeld() argument
H A Dtest_mutex.c40 struct sqlite3_mutex { struct
41 sqlite3_mutex *pReal; argument
53 sqlite3_mutex aStatic[STATIC_MUTEXES]; /* The static mutexes */ argument
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/bindgen-bindings/
H A Dbindgen_3.6.23.rs373 pub struct sqlite3_mutex([u8; 0]); struct
1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1692 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1695 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1702 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1747 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/bindgen-bindings/
H A Dbindgen_3.6.23.rs373 pub struct sqlite3_mutex([u8; 0]); struct
1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1692 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1695 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1702 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1747 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
H A Dbindgen_3.6.8.rs345 pub struct sqlite3_mutex([u8; 0]); struct
1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1674 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1677 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1684 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1729 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/bindgen-bindings/
H A Dbindgen_3.6.23.rs373 pub struct sqlite3_mutex([u8; 0]); struct
1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1692 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1695 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1702 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1747 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
H A Dbindgen_3.6.8.rs345 pub struct sqlite3_mutex([u8; 0]); struct
1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1674 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1677 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1684 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1729 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/bindgen-bindings/
H A Dbindgen_3.6.8.rs345 pub struct sqlite3_mutex([u8; 0]); struct
1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1674 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1677 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1684 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1729 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
H A Dbindgen_3.6.23.rs373 pub struct sqlite3_mutex([u8; 0]); struct
1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1692 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1695 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1702 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1747 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/bindgen-bindings/
H A Dbindgen_3.6.23.rs373 pub struct sqlite3_mutex([u8; 0]); struct
1688 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1692 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1695 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1702 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1747 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()
H A Dbindgen_3.6.8.rs345 pub struct sqlite3_mutex([u8; 0]); struct
1670 pub fn sqlite3_mutex_alloc(arg1: ::std::os::raw::c_int) in sqlite3_mutex_alloc()
1674 pub fn sqlite3_mutex_free(arg1: *mut sqlite3_mutex); in sqlite3_mutex_free()
1677 pub fn sqlite3_mutex_enter(arg1: *mut sqlite3_mutex); in sqlite3_mutex_enter()
1684 pub fn sqlite3_mutex_leave(arg1: *mut sqlite3_mutex); in sqlite3_mutex_leave()
1729 pub fn sqlite3_db_mutex(arg1: *mut sqlite3) -> *mut sqlite3_mutex; in sqlite3_db_mutex()

12345678910>>...16