Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c45957 typedef struct proxyLockingContext proxyLockingContext; typedef
45958 struct proxyLockingContext { struct
45959 unixFile *conchFile; /* Open conch file */
45960 char *conchFilePath; /* Name of the conch file */
45961 unixFile *lockProxy; /* Open proxy lock file */
45962 char *lockProxyPath; /* Name of the proxy lock file */
45963 char *dbPath; /* Name of the open file */
45964 int conchHeld; /* 1 if the conch is held, -1 if lockless */
45965 int nFails; /* Number of conch taking failures */
45966 void *oldLockingContext; /* Original lockingcontext to restore on close */
[all …]