Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c46343 char *tempLockPath = NULL; in proxyTakeConch() local
46400 tempLockPath = lockPath; in proxyTakeConch()
46423 tempLockPath = lockPath; in proxyTakeConch()
46453 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()
46510 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
46525 if( tempLockPath ){ in proxyTakeConch()
46526 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()