Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47586 char *lockProxyPath; /* Name of the proxy lock file */ member
47975 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"), in proxyTakeConch()
48011 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
48029 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
48044 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
48072 if( pCtx->lockProxyPath!=NULL ){ in proxyTakeConch()
48073 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
48133 char *path = tempLockPath ? tempLockPath : pCtx->lockProxyPath; in proxyTakeConch()
48149 pCtx->lockProxyPath = sqlite3DbStrDup(0, tempLockPath); in proxyTakeConch()
48150 if( !pCtx->lockProxyPath ){ in proxyTakeConch()
[all …]