Searched defs:proxyLockingContext (Results 1 – 1 of 1) sorted by relevance
5647 typedef struct proxyLockingContext proxyLockingContext; typedef5648 struct proxyLockingContext { struct5649 unixFile *conchFile; /* Open conch file */5650 char *conchFilePath; /* Name of the conch file */5651 unixFile *lockProxy; /* Open proxy lock file */5652 char *lockProxyPath; /* Name of the proxy lock file */5653 char *dbPath; /* Name of the open file */5654 int conchHeld; /* 1 if the conch is held, -1 if lockless */5655 void *oldLockingContext; /* Original lockingcontext to restore on close */5656 sqlite3_io_methods const *pOldMethod; /* Original I/O methods for close */