Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c45962 char *lockProxyPath; /* Name of the proxy lock file */ member
46351 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
46387 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46405 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
46420 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46448 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
46449 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
46509 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
46525 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
46526 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
[all …]