Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47616 char *lockProxyPath; /* Name of the proxy lock file */ member
48005 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
48041 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
48059 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
48074 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
48102 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
48103 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
48163 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
48179 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
48180 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
[all …]