Home
last modified time | relevance | path

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

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4671 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
4672 struct sqlite3_mutex_methods { struct
4673 int (*xMutexInit)(void);
4674 int (*xMutexEnd)(void);
4675 sqlite3_mutex *(*xMutexAlloc)(int);
4676 void (*xMutexFree)(sqlite3_mutex *);
4677 void (*xMutexEnter)(sqlite3_mutex *);
4678 int (*xMutexTry)(sqlite3_mutex *);
4679 void (*xMutexLeave)(sqlite3_mutex *);
4680 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.h4686 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
4687 struct sqlite3_mutex_methods { struct
4688 int (*xMutexInit)(void);
4689 int (*xMutexEnd)(void);
4690 sqlite3_mutex *(*xMutexAlloc)(int);
4691 void (*xMutexFree)(sqlite3_mutex *);
4692 void (*xMutexEnter)(sqlite3_mutex *);
4693 int (*xMutexTry)(sqlite3_mutex *);
4694 void (*xMutexLeave)(sqlite3_mutex *);
4695 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dsqlite.h.in5255 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5256 struct sqlite3_mutex_methods { struct
5257 int (*xMutexInit)(void);
5258 int (*xMutexEnd)(void);
5259 sqlite3_mutex *(*xMutexAlloc)(int);
5260 void (*xMutexFree)(sqlite3_mutex *);
5261 void (*xMutexEnter)(sqlite3_mutex *);
5262 int (*xMutexTry)(sqlite3_mutex *);
5263 void (*xMutexLeave)(sqlite3_mutex *);
5264 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.h5260 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5261 struct sqlite3_mutex_methods { struct
5262 int (*xMutexInit)(void);
5263 int (*xMutexEnd)(void);
5264 sqlite3_mutex *(*xMutexAlloc)(int);
5265 void (*xMutexFree)(sqlite3_mutex *);
5266 void (*xMutexEnter)(sqlite3_mutex *);
5267 int (*xMutexTry)(sqlite3_mutex *);
5268 void (*xMutexLeave)(sqlite3_mutex *);
5269 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.h5261 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5262 struct sqlite3_mutex_methods { struct
5263 int (*xMutexInit)(void);
5264 int (*xMutexEnd)(void);
5265 sqlite3_mutex *(*xMutexAlloc)(int);
5266 void (*xMutexFree)(sqlite3_mutex *);
5267 void (*xMutexEnter)(sqlite3_mutex *);
5268 int (*xMutexTry)(sqlite3_mutex *);
5269 void (*xMutexLeave)(sqlite3_mutex *);
5270 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.h5628 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5629 struct sqlite3_mutex_methods { struct
5630 int (*xMutexInit)(void);
5631 int (*xMutexEnd)(void);
5632 sqlite3_mutex *(*xMutexAlloc)(int);
5633 void (*xMutexFree)(sqlite3_mutex *);
5634 void (*xMutexEnter)(sqlite3_mutex *);
5635 int (*xMutexTry)(sqlite3_mutex *);
5636 void (*xMutexLeave)(sqlite3_mutex *);
5637 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.h5423 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5424 struct sqlite3_mutex_methods { struct
5425 int (*xMutexInit)(void);
5426 int (*xMutexEnd)(void);
5427 sqlite3_mutex *(*xMutexAlloc)(int);
5428 void (*xMutexFree)(sqlite3_mutex *);
5429 void (*xMutexEnter)(sqlite3_mutex *);
5430 int (*xMutexTry)(sqlite3_mutex *);
5431 void (*xMutexLeave)(sqlite3_mutex *);
5432 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.h5423 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5424 struct sqlite3_mutex_methods { struct
5425 int (*xMutexInit)(void);
5426 int (*xMutexEnd)(void);
5427 sqlite3_mutex *(*xMutexAlloc)(int);
5428 void (*xMutexFree)(sqlite3_mutex *);
5429 void (*xMutexEnter)(sqlite3_mutex *);
5430 int (*xMutexTry)(sqlite3_mutex *);
5431 void (*xMutexLeave)(sqlite3_mutex *);
5432 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.h5449 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5450 struct sqlite3_mutex_methods { struct
5451 int (*xMutexInit)(void);
5452 int (*xMutexEnd)(void);
5453 sqlite3_mutex *(*xMutexAlloc)(int);
5454 void (*xMutexFree)(sqlite3_mutex *);
5455 void (*xMutexEnter)(sqlite3_mutex *);
5456 int (*xMutexTry)(sqlite3_mutex *);
5457 void (*xMutexLeave)(sqlite3_mutex *);
5458 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.h5965 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5966 struct sqlite3_mutex_methods { struct
5967 int (*xMutexInit)(void);
5968 int (*xMutexEnd)(void);
5969 sqlite3_mutex *(*xMutexAlloc)(int);
5970 void (*xMutexFree)(sqlite3_mutex *);
5971 void (*xMutexEnter)(sqlite3_mutex *);
5972 int (*xMutexTry)(sqlite3_mutex *);
5973 void (*xMutexLeave)(sqlite3_mutex *);
5974 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.h5843 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5844 struct sqlite3_mutex_methods { struct
5845 int (*xMutexInit)(void);
5846 int (*xMutexEnd)(void);
5847 sqlite3_mutex *(*xMutexAlloc)(int);
5848 void (*xMutexFree)(sqlite3_mutex *);
5849 void (*xMutexEnter)(sqlite3_mutex *);
5850 int (*xMutexTry)(sqlite3_mutex *);
5851 void (*xMutexLeave)(sqlite3_mutex *);
5852 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.h5878 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5879 struct sqlite3_mutex_methods { struct
5880 int (*xMutexInit)(void);
5881 int (*xMutexEnd)(void);
5882 sqlite3_mutex *(*xMutexAlloc)(int);
5883 void (*xMutexFree)(sqlite3_mutex *);
5884 void (*xMutexEnter)(sqlite3_mutex *);
5885 int (*xMutexTry)(sqlite3_mutex *);
5886 void (*xMutexLeave)(sqlite3_mutex *);
5887 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.h5918 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
5919 struct sqlite3_mutex_methods { struct
5920 int (*xMutexInit)(void);
5921 int (*xMutexEnd)(void);
5922 sqlite3_mutex *(*xMutexAlloc)(int);
5923 void (*xMutexFree)(sqlite3_mutex *);
5924 void (*xMutexEnter)(sqlite3_mutex *);
5925 int (*xMutexTry)(sqlite3_mutex *);
5926 void (*xMutexLeave)(sqlite3_mutex *);
5927 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.h6226 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6227 struct sqlite3_mutex_methods { struct
6228 int (*xMutexInit)(void);
6229 int (*xMutexEnd)(void);
6230 sqlite3_mutex *(*xMutexAlloc)(int);
6231 void (*xMutexFree)(sqlite3_mutex *);
6232 void (*xMutexEnter)(sqlite3_mutex *);
6233 int (*xMutexTry)(sqlite3_mutex *);
6234 void (*xMutexLeave)(sqlite3_mutex *);
6235 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.h6226 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6227 struct sqlite3_mutex_methods { struct
6228 int (*xMutexInit)(void);
6229 int (*xMutexEnd)(void);
6230 sqlite3_mutex *(*xMutexAlloc)(int);
6231 void (*xMutexFree)(sqlite3_mutex *);
6232 void (*xMutexEnter)(sqlite3_mutex *);
6233 int (*xMutexTry)(sqlite3_mutex *);
6234 void (*xMutexLeave)(sqlite3_mutex *);
6235 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dsqlite.h.in6802 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6803 struct sqlite3_mutex_methods { struct
6804 int (*xMutexInit)(void);
6805 int (*xMutexEnd)(void);
6806 sqlite3_mutex *(*xMutexAlloc)(int);
6807 void (*xMutexFree)(sqlite3_mutex *);
6808 void (*xMutexEnter)(sqlite3_mutex *);
6809 int (*xMutexTry)(sqlite3_mutex *);
6810 void (*xMutexLeave)(sqlite3_mutex *);
6811 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.h6137 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6138 struct sqlite3_mutex_methods { struct
6139 int (*xMutexInit)(void);
6140 int (*xMutexEnd)(void);
6141 sqlite3_mutex *(*xMutexAlloc)(int);
6142 void (*xMutexFree)(sqlite3_mutex *);
6143 void (*xMutexEnter)(sqlite3_mutex *);
6144 int (*xMutexTry)(sqlite3_mutex *);
6145 void (*xMutexLeave)(sqlite3_mutex *);
6146 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlcipher/
H A Dsqlite3.h6202 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6203 struct sqlite3_mutex_methods { struct
6204 int (*xMutexInit)(void);
6205 int (*xMutexEnd)(void);
6206 sqlite3_mutex *(*xMutexAlloc)(int);
6207 void (*xMutexFree)(sqlite3_mutex *);
6208 void (*xMutexEnter)(sqlite3_mutex *);
6209 int (*xMutexTry)(sqlite3_mutex *);
6210 void (*xMutexLeave)(sqlite3_mutex *);
6211 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.h6001 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6002 struct sqlite3_mutex_methods { struct
6003 int (*xMutexInit)(void);
6004 int (*xMutexEnd)(void);
6005 sqlite3_mutex *(*xMutexAlloc)(int);
6006 void (*xMutexFree)(sqlite3_mutex *);
6007 void (*xMutexEnter)(sqlite3_mutex *);
6008 int (*xMutexTry)(sqlite3_mutex *);
6009 void (*xMutexLeave)(sqlite3_mutex *);
6010 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h6050 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6051 struct sqlite3_mutex_methods { struct
6052 int (*xMutexInit)(void);
6053 int (*xMutexEnd)(void);
6054 sqlite3_mutex *(*xMutexAlloc)(int);
6055 void (*xMutexFree)(sqlite3_mutex *);
6056 void (*xMutexEnter)(sqlite3_mutex *);
6057 int (*xMutexTry)(sqlite3_mutex *);
6058 void (*xMutexLeave)(sqlite3_mutex *);
6059 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A Dsqlite3.h6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6003 struct sqlite3_mutex_methods { struct
6004 int (*xMutexInit)(void);
6005 int (*xMutexEnd)(void);
6006 sqlite3_mutex *(*xMutexAlloc)(int);
6007 void (*xMutexFree)(sqlite3_mutex *);
6008 void (*xMutexEnter)(sqlite3_mutex *);
6009 int (*xMutexTry)(sqlite3_mutex *);
6010 void (*xMutexLeave)(sqlite3_mutex *);
6011 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.h6002 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6003 struct sqlite3_mutex_methods { struct
6004 int (*xMutexInit)(void);
6005 int (*xMutexEnd)(void);
6006 sqlite3_mutex *(*xMutexAlloc)(int);
6007 void (*xMutexFree)(sqlite3_mutex *);
6008 void (*xMutexEnter)(sqlite3_mutex *);
6009 int (*xMutexTry)(sqlite3_mutex *);
6010 void (*xMutexLeave)(sqlite3_mutex *);
6011 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.h6001 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6002 struct sqlite3_mutex_methods { struct
6003 int (*xMutexInit)(void);
6004 int (*xMutexEnd)(void);
6005 sqlite3_mutex *(*xMutexAlloc)(int);
6006 void (*xMutexFree)(sqlite3_mutex *);
6007 void (*xMutexEnter)(sqlite3_mutex *);
6008 int (*xMutexTry)(sqlite3_mutex *);
6009 void (*xMutexLeave)(sqlite3_mutex *);
6010 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.h6226 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6227 struct sqlite3_mutex_methods { struct
6228 int (*xMutexInit)(void);
6229 int (*xMutexEnd)(void);
6230 sqlite3_mutex *(*xMutexAlloc)(int);
6231 void (*xMutexFree)(sqlite3_mutex *);
6232 void (*xMutexEnter)(sqlite3_mutex *);
6233 int (*xMutexTry)(sqlite3_mutex *);
6234 void (*xMutexLeave)(sqlite3_mutex *);
6235 int (*xMutexHeld)(sqlite3_mutex *);
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.h6226 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef
6227 struct sqlite3_mutex_methods { struct
6228 int (*xMutexInit)(void);
6229 int (*xMutexEnd)(void);
6230 sqlite3_mutex *(*xMutexAlloc)(int);
6231 void (*xMutexFree)(sqlite3_mutex *);
6232 void (*xMutexEnter)(sqlite3_mutex *);
6233 int (*xMutexTry)(sqlite3_mutex *);
6234 void (*xMutexLeave)(sqlite3_mutex *);
6235 int (*xMutexHeld)(sqlite3_mutex *);
[all …]

12345678910>>...16