Home
last modified time | relevance | path

Searched defs:proxyLockingContext (Results 1 – 5 of 5) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_unix.c5585 typedef struct proxyLockingContext proxyLockingContext; typedef
5586 struct proxyLockingContext { struct
5587 unixFile *conchFile; /* Open conch file */
5588 char *conchFilePath; /* Name of the conch file */
5589 unixFile *lockProxy; /* Open proxy lock file */
5590 char *lockProxyPath; /* Name of the proxy lock file */
5591 char *dbPath; /* Name of the open file */
5592 int conchHeld; /* 1 if the conch is held, -1 if lockless */
5593 void *oldLockingContext; /* Original lockingcontext to restore on close */
5594 sqlite3_io_methods const *pOldMethod; /* Original I/O methods for close */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_unix.c6484 typedef struct proxyLockingContext proxyLockingContext; typedef
6485 struct proxyLockingContext { struct
6486 unixFile *conchFile; /* Open conch file */
6487 char *conchFilePath; /* Name of the conch file */
6488 unixFile *lockProxy; /* Open proxy lock file */
6489 char *lockProxyPath; /* Name of the proxy lock file */
6490 char *dbPath; /* Name of the open file */
6491 int conchHeld; /* 1 if the conch is held, -1 if lockless */
6492 int nFails; /* Number of conch taking failures */
6493 void *oldLockingContext; /* Original lockingcontext to restore on close */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_unix.c6765 typedef struct proxyLockingContext proxyLockingContext; typedef
6766 struct proxyLockingContext { struct
6767 unixFile *conchFile; /* Open conch file */
6768 char *conchFilePath; /* Name of the conch file */
6769 unixFile *lockProxy; /* Open proxy lock file */
6770 char *lockProxyPath; /* Name of the proxy lock file */
6771 char *dbPath; /* Name of the open file */
6772 int conchHeld; /* 1 if the conch is held, -1 if lockless */
6773 int nFails; /* Number of conch taking failures */
6774 void *oldLockingContext; /* Original lockingcontext to restore on close */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_unix.c6907 typedef struct proxyLockingContext proxyLockingContext; typedef
6908 struct proxyLockingContext { struct
6909 unixFile *conchFile; /* Open conch file */
6910 char *conchFilePath; /* Name of the conch file */
6911 unixFile *lockProxy; /* Open proxy lock file */
6912 char *lockProxyPath; /* Name of the proxy lock file */
6913 char *dbPath; /* Name of the open file */
6914 int conchHeld; /* 1 if the conch is held, -1 if lockless */
6915 int nFails; /* Number of conch taking failures */
6916 void *oldLockingContext; /* Original lockingcontext to restore on close */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_unix.c6906 typedef struct proxyLockingContext proxyLockingContext; typedef
6907 struct proxyLockingContext { struct
6908 unixFile *conchFile; /* Open conch file */
6909 char *conchFilePath; /* Name of the conch file */
6910 unixFile *lockProxy; /* Open proxy lock file */
6911 char *lockProxyPath; /* Name of the proxy lock file */
6912 char *dbPath; /* Name of the open file */
6913 int conchHeld; /* 1 if the conch is held, -1 if lockless */
6914 int nFails; /* Number of conch taking failures */
6915 void *oldLockingContext; /* Original lockingcontext to restore on close */
[all …]