Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c6318 char proxyPath[400]; in file_control_lockproxy_test() local
6321 if( sizeof(proxyPath)<nPwd+20 ){ in file_control_lockproxy_test()
6325 sqlite3_snprintf(sizeof(proxyPath), proxyPath, "%s/test.proxy", zPwd); in file_control_lockproxy_test()
6326 rc = sqlite3_file_control(db, NULL, SQLITE_SET_LOCKPROXYFILE, proxyPath); in file_control_lockproxy_test()
6332 if( strncmp(proxyPath,testPath,11) ){ in file_control_lockproxy_test()
6341 rc = sqlite3_file_control(db, NULL, SQLITE_SET_LOCKPROXYFILE, proxyPath); in file_control_lockproxy_test()
H A Dos_unix.c7790 const char *proxyPath = (const char *)pArg; in proxyFileControl() local
7796 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN)) in proxyFileControl()
7800 rc = switchLockProxyPath(pFile, proxyPath); in proxyFileControl()
7804 rc = proxyTransformUnixFile(pFile, proxyPath); in proxyFileControl()