Home
last modified time | relevance | path

Searched defs:sqlite3_mutex_methods (Results 76 – 100 of 379) sorted by relevance

12345678910>>...16

/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.h7176 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7177 struct sqlite3_mutex_methods { struct
7178 int (*xMutexInit)(void);
7179 int (*xMutexEnd)(void);
7180 sqlite3_mutex *(*xMutexAlloc)(int);
7181 void (*xMutexFree)(sqlite3_mutex *);
7182 void (*xMutexEnter)(sqlite3_mutex *);
7183 int (*xMutexTry)(sqlite3_mutex *);
7184 void (*xMutexLeave)(sqlite3_mutex *);
7185 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.h7138 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7139 struct sqlite3_mutex_methods { struct
7140 int (*xMutexInit)(void);
7141 int (*xMutexEnd)(void);
7142 sqlite3_mutex *(*xMutexAlloc)(int);
7143 void (*xMutexFree)(sqlite3_mutex *);
7144 void (*xMutexEnter)(sqlite3_mutex *);
7145 int (*xMutexTry)(sqlite3_mutex *);
7146 void (*xMutexLeave)(sqlite3_mutex *);
7147 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/sqlite3/include/
H A Dsqlite3.h6823 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6824 struct sqlite3_mutex_methods { struct
6825 int (*xMutexInit)(void);
6826 int (*xMutexEnd)(void);
6827 sqlite3_mutex *(*xMutexAlloc)(int);
6828 void (*xMutexFree)(sqlite3_mutex *);
6829 void (*xMutexEnter)(sqlite3_mutex *);
6830 int (*xMutexTry)(sqlite3_mutex *);
6831 void (*xMutexLeave)(sqlite3_mutex *);
6832 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.h7176 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7177 struct sqlite3_mutex_methods { struct
7178 int (*xMutexInit)(void);
7179 int (*xMutexEnd)(void);
7180 sqlite3_mutex *(*xMutexAlloc)(int);
7181 void (*xMutexFree)(sqlite3_mutex *);
7182 void (*xMutexEnter)(sqlite3_mutex *);
7183 int (*xMutexTry)(sqlite3_mutex *);
7184 void (*xMutexLeave)(sqlite3_mutex *);
7185 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.h7034 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7035 struct sqlite3_mutex_methods { struct
7036 int (*xMutexInit)(void);
7037 int (*xMutexEnd)(void);
7038 sqlite3_mutex *(*xMutexAlloc)(int);
7039 void (*xMutexFree)(sqlite3_mutex *);
7040 void (*xMutexEnter)(sqlite3_mutex *);
7041 int (*xMutexTry)(sqlite3_mutex *);
7042 void (*xMutexLeave)(sqlite3_mutex *);
7043 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/sqlite3/
H A Dsqlite3.h7033 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7034 struct sqlite3_mutex_methods { struct
7035 int (*xMutexInit)(void);
7036 int (*xMutexEnd)(void);
7037 sqlite3_mutex *(*xMutexAlloc)(int);
7038 void (*xMutexFree)(sqlite3_mutex *);
7039 void (*xMutexEnter)(sqlite3_mutex *);
7040 int (*xMutexTry)(sqlite3_mutex *);
7041 void (*xMutexLeave)(sqlite3_mutex *);
7042 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A Dsqlite3.h7438 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7439 struct sqlite3_mutex_methods { struct
7440 int (*xMutexInit)(void);
7441 int (*xMutexEnd)(void);
7442 sqlite3_mutex *(*xMutexAlloc)(int);
7443 void (*xMutexFree)(sqlite3_mutex *);
7444 void (*xMutexEnter)(sqlite3_mutex *);
7445 int (*xMutexTry)(sqlite3_mutex *);
7446 void (*xMutexLeave)(sqlite3_mutex *);
7447 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/db/sqlite3/src/
H A Dsqlite3.h6887 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6888 struct sqlite3_mutex_methods { struct
6889 int (*xMutexInit)(void);
6890 int (*xMutexEnd)(void);
6891 sqlite3_mutex *(*xMutexAlloc)(int);
6892 void (*xMutexFree)(sqlite3_mutex *);
6893 void (*xMutexEnter)(sqlite3_mutex *);
6894 int (*xMutexTry)(sqlite3_mutex *);
6895 void (*xMutexLeave)(sqlite3_mutex *);
6896 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/sqlite3/src/
H A Dsqlite3.h7402 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7403 struct sqlite3_mutex_methods { struct
7404 int (*xMutexInit)(void);
7405 int (*xMutexEnd)(void);
7406 sqlite3_mutex* (*xMutexAlloc)(int);
7407 void (*xMutexFree)(sqlite3_mutex*);
7408 void (*xMutexEnter)(sqlite3_mutex*);
7409 int (*xMutexTry)(sqlite3_mutex*);
7410 void (*xMutexLeave)(sqlite3_mutex*);
7411 int (*xMutexHeld)(sqlite3_mutex*);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/sqlite3/
H A Dsqlite3.h7438 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7439 struct sqlite3_mutex_methods { struct
7440 int (*xMutexInit)(void);
7441 int (*xMutexEnd)(void);
7442 sqlite3_mutex *(*xMutexAlloc)(int);
7443 void (*xMutexFree)(sqlite3_mutex *);
7444 void (*xMutexEnter)(sqlite3_mutex *);
7445 int (*xMutexTry)(sqlite3_mutex *);
7446 void (*xMutexLeave)(sqlite3_mutex *);
7447 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.h7176 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7177 struct sqlite3_mutex_methods { struct
7178 int (*xMutexInit)(void);
7179 int (*xMutexEnd)(void);
7180 sqlite3_mutex *(*xMutexAlloc)(int);
7181 void (*xMutexFree)(sqlite3_mutex *);
7182 void (*xMutexEnter)(sqlite3_mutex *);
7183 int (*xMutexTry)(sqlite3_mutex *);
7184 void (*xMutexLeave)(sqlite3_mutex *);
7185 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/sqlite/
H A Dsqlite3.h7176 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7177 struct sqlite3_mutex_methods { struct
7178 int (*xMutexInit)(void);
7179 int (*xMutexEnd)(void);
7180 sqlite3_mutex *(*xMutexAlloc)(int);
7181 void (*xMutexFree)(sqlite3_mutex *);
7182 void (*xMutexEnter)(sqlite3_mutex *);
7183 int (*xMutexTry)(sqlite3_mutex *);
7184 void (*xMutexLeave)(sqlite3_mutex *);
7185 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.h7034 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7035 struct sqlite3_mutex_methods { struct
7036 int (*xMutexInit)(void);
7037 int (*xMutexEnd)(void);
7038 sqlite3_mutex *(*xMutexAlloc)(int);
7039 void (*xMutexFree)(sqlite3_mutex *);
7040 void (*xMutexEnter)(sqlite3_mutex *);
7041 int (*xMutexTry)(sqlite3_mutex *);
7042 void (*xMutexLeave)(sqlite3_mutex *);
7043 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.h7439 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7440 struct sqlite3_mutex_methods { struct
7441 int (*xMutexInit)(void);
7442 int (*xMutexEnd)(void);
7443 sqlite3_mutex *(*xMutexAlloc)(int);
7444 void (*xMutexFree)(sqlite3_mutex *);
7445 void (*xMutexEnter)(sqlite3_mutex *);
7446 int (*xMutexTry)(sqlite3_mutex *);
7447 void (*xMutexLeave)(sqlite3_mutex *);
7448 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/www/mod_php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.h7138 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7139 struct sqlite3_mutex_methods { struct
7140 int (*xMutexInit)(void);
7141 int (*xMutexEnd)(void);
7142 sqlite3_mutex *(*xMutexAlloc)(int);
7143 void (*xMutexFree)(sqlite3_mutex *);
7144 void (*xMutexEnter)(sqlite3_mutex *);
7145 int (*xMutexTry)(sqlite3_mutex *);
7146 void (*xMutexLeave)(sqlite3_mutex *);
7147 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/cbits/
H A 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 …]
/dports/emulators/mess/mame-mame0226/3rdparty/sqlite3/
H A 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 …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.h7589 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7590 struct sqlite3_mutex_methods { struct
7591 int (*xMutexInit)(void);
7592 int (*xMutexEnd)(void);
7593 sqlite3_mutex *(*xMutexAlloc)(int);
7594 void (*xMutexFree)(sqlite3_mutex *);
7595 void (*xMutexEnter)(sqlite3_mutex *);
7596 int (*xMutexTry)(sqlite3_mutex *);
7597 void (*xMutexLeave)(sqlite3_mutex *);
7598 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/external/sqlite/
H A Dsqlite3.h7619 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7620 struct sqlite3_mutex_methods { struct
7621 int (*xMutexInit)(void);
7622 int (*xMutexEnd)(void);
7623 sqlite3_mutex *(*xMutexAlloc)(int);
7624 void (*xMutexFree)(sqlite3_mutex *);
7625 void (*xMutexEnter)(sqlite3_mutex *);
7626 int (*xMutexTry)(sqlite3_mutex *);
7627 void (*xMutexLeave)(sqlite3_mutex *);
7628 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/db/
H A Dsqlite3.h7576 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7577 struct sqlite3_mutex_methods { struct
7578 int (*xMutexInit)(void);
7579 int (*xMutexEnd)(void);
7580 sqlite3_mutex *(*xMutexAlloc)(int);
7581 void (*xMutexFree)(sqlite3_mutex *);
7582 void (*xMutexEnter)(sqlite3_mutex *);
7583 int (*xMutexTry)(sqlite3_mutex *);
7584 void (*xMutexLeave)(sqlite3_mutex *);
7585 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/sqlite3/
H A Dsqlite3.h7576 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7577 struct sqlite3_mutex_methods { struct
7578 int (*xMutexInit)(void);
7579 int (*xMutexEnd)(void);
7580 sqlite3_mutex *(*xMutexAlloc)(int);
7581 void (*xMutexFree)(sqlite3_mutex *);
7582 void (*xMutexEnter)(sqlite3_mutex *);
7583 int (*xMutexTry)(sqlite3_mutex *);
7584 void (*xMutexLeave)(sqlite3_mutex *);
7585 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/3rdparty/sqlite3/
H A Dsqlite3.h7589 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7590 struct sqlite3_mutex_methods { struct
7591 int (*xMutexInit)(void);
7592 int (*xMutexEnd)(void);
7593 sqlite3_mutex *(*xMutexAlloc)(int);
7594 void (*xMutexFree)(sqlite3_mutex *);
7595 void (*xMutexEnter)(sqlite3_mutex *);
7596 int (*xMutexTry)(sqlite3_mutex *);
7597 void (*xMutexLeave)(sqlite3_mutex *);
7598 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dsqlite3.h7619 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
7620 struct sqlite3_mutex_methods { struct
7621 int (*xMutexInit)(void);
7622 int (*xMutexEnd)(void);
7623 sqlite3_mutex *(*xMutexAlloc)(int);
7624 void (*xMutexFree)(sqlite3_mutex *);
7625 void (*xMutexEnter)(sqlite3_mutex *);
7626 int (*xMutexTry)(sqlite3_mutex *);
7627 void (*xMutexLeave)(sqlite3_mutex *);
7628 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A 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 …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/amalgamation/
H A 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 …]

12345678910>>...16