Home
last modified time | relevance | path

Searched refs:tempLockPath (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_unix.c7325 char *tempLockPath = NULL; in proxyTakeConch() local
7382 tempLockPath = lockPath; in proxyTakeConch()
7405 tempLockPath = lockPath; in proxyTakeConch()
7435 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()
7492 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
7507 if( tempLockPath ){ in proxyTakeConch()
7508 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()