Lines Matching refs:lockPath
46017 static int proxyCreateLockPath(const char *lockPath){ in proxyCreateLockPath() argument
46022 assert(lockPath!=NULL); in proxyCreateLockPath()
46024 len = (int)strlen(lockPath); in proxyCreateLockPath()
46025 buf[0] = lockPath[0]; in proxyCreateLockPath()
46027 if( lockPath[i] == '/' && (i - start > 0) ){ in proxyCreateLockPath()
46037 buf, strerror(err), lockPath, osGetpid(0))); in proxyCreateLockPath()
46044 buf[i] = lockPath[i]; in proxyCreateLockPath()
46046 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n",lockPath,osGetpid(0))); in proxyCreateLockPath()
46342 char lockPath[MAXPATHLEN]; in proxyTakeConch() local
46398 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
46399 lockPath[pathLen] = 0; in proxyTakeConch()
46400 tempLockPath = lockPath; in proxyTakeConch()
46422 proxyGetLockPath(pCtx->dbPath, lockPath, MAXPATHLEN); in proxyTakeConch()
46423 tempLockPath = lockPath; in proxyTakeConch()
46691 char *lockPath=NULL; in proxyTransformUnixFile() local
46699 lockPath=NULL; in proxyTransformUnixFile()
46701 lockPath=(char *)path; in proxyTransformUnixFile()
46705 (lockPath ? lockPath : ":auto:"), osGetpid(0))); in proxyTransformUnixFile()
46738 if( rc==SQLITE_OK && lockPath ){ in proxyTransformUnixFile()
46739 pCtx->lockProxyPath = sqlite3DbStrDup(0, lockPath); in proxyTransformUnixFile()