Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c45963 char *lockProxyPath; /* Name of the proxy lock file */ member
46352 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
46388 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46406 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
46421 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
46449 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
46450 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
46510 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
46526 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
46527 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
[all …]