Lines Matching defs:proxyLockingContext
6940 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 */
6950 sqlite3_io_methods const *pOldMethod; /* Original I/O methods for close */