Lines Matching defs:proxyLockingContext
45958 typedef struct proxyLockingContext proxyLockingContext; typedef
45959 struct proxyLockingContext { struct
45960 unixFile *conchFile; /* Open conch file */
45961 char *conchFilePath; /* Name of the conch file */
45962 unixFile *lockProxy; /* Open proxy lock file */
45963 char *lockProxyPath; /* Name of the proxy lock file */
45964 char *dbPath; /* Name of the open file */
45965 int conchHeld; /* 1 if the conch is held, -1 if lockless */
45966 int nFails; /* Number of conch taking failures */
45967 void *oldLockingContext; /* Original lockingcontext to restore on close */
45968 sqlite3_io_methods const *pOldMethod; /* Original I/O methods for close */