Lines Matching refs:lockPath
6999 static int proxyCreateLockPath(const char *lockPath){ in proxyCreateLockPath() argument
7004 assert(lockPath!=NULL); in proxyCreateLockPath()
7006 len = (int)strlen(lockPath); in proxyCreateLockPath()
7007 buf[0] = lockPath[0]; in proxyCreateLockPath()
7009 if( lockPath[i] == '/' && (i - start > 0) ){ in proxyCreateLockPath()
7019 buf, strerror(err), lockPath, osGetpid(0))); in proxyCreateLockPath()
7026 buf[i] = lockPath[i]; in proxyCreateLockPath()
7028 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n",lockPath,osGetpid(0))); in proxyCreateLockPath()
7324 char lockPath[MAXPATHLEN]; in proxyTakeConch() local
7380 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
7381 lockPath[pathLen] = 0; in proxyTakeConch()
7382 tempLockPath = lockPath; in proxyTakeConch()
7404 proxyGetLockPath(pCtx->dbPath, lockPath, MAXPATHLEN); in proxyTakeConch()
7405 tempLockPath = lockPath; in proxyTakeConch()
7673 char *lockPath=NULL; in proxyTransformUnixFile() local
7681 lockPath=NULL; in proxyTransformUnixFile()
7683 lockPath=(char *)path; in proxyTransformUnixFile()
7687 (lockPath ? lockPath : ":auto:"), osGetpid(0))); in proxyTransformUnixFile()
7720 if( rc==SQLITE_OK && lockPath ){ in proxyTransformUnixFile()
7721 pCtx->lockProxyPath = sqlite3DbStrDup(0, lockPath); in proxyTransformUnixFile()