Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c6940 typedef struct proxyLockingContext proxyLockingContext; typedef
6941 struct proxyLockingContext { struct
6942 unixFile *conchFile; /* Open conch file */
6943 char *conchFilePath; /* Name of the conch file */
6944 unixFile *lockProxy; /* Open proxy lock file */
6945 char *lockProxyPath; /* Name of the proxy lock file */
6946 char *dbPath; /* Name of the open file */
6947 int conchHeld; /* 1 if the conch is held, -1 if lockless */
6948 int nFails; /* Number of conch taking failures */
6949 void *oldLockingContext; /* Original lockingcontext to restore on close */
[all …]