Lines Matching refs:lockProxyPath
6945 char *lockProxyPath; /* Name of the proxy lock file */ member
7334 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
7370 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
7388 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
7403 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
7431 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
7432 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
7492 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
7508 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
7509 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
7520 afpCtx->dbPath = pCtx->lockProxyPath; in proxyTakeConch()
7544 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyReleaseConch()
7605 char *oldPath = pCtx->lockProxyPath; in switchLockProxyPath()
7626 pCtx->lockProxyPath = sqlite3DbStrDup(0, path); in switchLockProxyPath()
7721 pCtx->lockProxyPath = sqlite3DbStrDup(0, lockPath); in proxyTransformUnixFile()
7743 sqlite3DbFree(0, pCtx->lockProxyPath); in proxyTransformUnixFile()
7764 if( pCtx->lockProxyPath ){ in proxyFileControl()
7765 *(const char **)pArg = pCtx->lockProxyPath; in proxyFileControl()
7795 || (pCtx->lockProxyPath && in proxyFileControl()
7796 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN)) in proxyFileControl()
7937 sqlite3DbFree(0, pCtx->lockProxyPath); in proxyClose()