Lines Matching refs:lockProxyPath
45963 char *lockProxyPath; /* Name of the proxy lock file */ member
46352 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
46388 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46406 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
46421 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46449 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
46450 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
46510 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
46526 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
46527 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46538 afpCtx->dbPath = pCtx->lockProxyPath; in proxyTakeConch()
46562 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyReleaseConch()
46623 char *oldPath = pCtx->lockProxyPath; in switchLockProxyPath()
46644 pCtx->lockProxyPath = sqlite3DbStrDup(0, path); in switchLockProxyPath()
46739 pCtx->lockProxyPath = sqlite3DbStrDup(0, lockPath); in proxyTransformUnixFile()
46761 sqlite3DbFree(0, pCtx->lockProxyPath); in proxyTransformUnixFile()
46782 if( pCtx->lockProxyPath ){ in proxyFileControl()
46783 *(const char **)pArg = pCtx->lockProxyPath; in proxyFileControl()
46813 || (pCtx->lockProxyPath && in proxyFileControl()
46814 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN)) in proxyFileControl()
46955 sqlite3DbFree(0, pCtx->lockProxyPath); in proxyClose()