Home
last modified time | relevance | path

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

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