Lines Matching refs:lockProxyPath
45962 char *lockProxyPath; /* Name of the proxy lock file */ member
46351 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
46387 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46405 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
46420 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46448 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
46449 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
46509 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
46525 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
46526 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46537 afpCtx->dbPath = pCtx->lockProxyPath; in proxyTakeConch()
46561 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyReleaseConch()
46622 char *oldPath = pCtx->lockProxyPath; in switchLockProxyPath()
46643 pCtx->lockProxyPath = sqlite3DbStrDup(0, path); in switchLockProxyPath()
46738 pCtx->lockProxyPath = sqlite3DbStrDup(0, lockPath); in proxyTransformUnixFile()
46760 sqlite3DbFree(0, pCtx->lockProxyPath); in proxyTransformUnixFile()
46781 if( pCtx->lockProxyPath ){ in proxyFileControl()
46782 *(const char **)pArg = pCtx->lockProxyPath; in proxyFileControl()
46812 || (pCtx->lockProxyPath && in proxyFileControl()
46813 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN)) in proxyFileControl()
46954 sqlite3DbFree(0, pCtx->lockProxyPath); in proxyClose()