Searched refs:tempLockPath (Results 1 – 1 of 1) sorted by relevance
47966 char *tempLockPath = NULL; in proxyTakeConch() local48023 tempLockPath = lockPath; in proxyTakeConch()48046 tempLockPath = lockPath; in proxyTakeConch()48076 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()48133 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()48148 if( tempLockPath ){ in proxyTakeConch()48149 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()