Searched refs:tempLockPath (Results 1 – 1 of 1) sorted by relevance
47996 char *tempLockPath = NULL; in proxyTakeConch() local48053 tempLockPath = lockPath; in proxyTakeConch()48076 tempLockPath = lockPath; in proxyTakeConch()48106 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()48163 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()48178 if( tempLockPath ){ in proxyTakeConch()48179 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()