Searched defs:proxyPath (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c6487 const char *proxyPath = (const char *)pArg; local
6493 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN))
6497 rc = switchLockProxyPath(pFile, proxyPath);
6501 rc = proxyTransformUnixFile(pFile, proxyPath);
H A Dtest1.c4967 char proxyPath[400]; local
4969 if( sizeof(proxyPath)<nPwd+20 ){
4973 sprintf(proxyPath, "%s/test.proxy", zPwd);
4974 rc = sqlite3_file_control(db, NULL, SQLITE_SET_LOCKPROXYFILE, proxyPath);
4980 if( strncmp(proxyPath,testPath,11) ){
4989 rc = sqlite3_file_control(db, NULL, SQLITE_SET_LOCKPROXYFILE, proxyPath);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c30628 const char *proxyPath = (const char *)pArg; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c31489 const char *proxyPath = (const char *)pArg; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c31509 const char *proxyPath = (const char *)pArg; local
[all...]

Completed in 552 milliseconds