Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c46807 const char *proxyPath = (const char *)pArg; in proxyFileControl() local
46813 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN)) in proxyFileControl()
46817 rc = switchLockProxyPath(pFile, proxyPath); in proxyFileControl()
46821 rc = proxyTransformUnixFile(pFile, proxyPath); in proxyFileControl()