Lines Matching refs:lockPath
46016 static int proxyCreateLockPath(const char *lockPath){ in proxyCreateLockPath() argument
46021 assert(lockPath!=NULL); in proxyCreateLockPath()
46023 len = (int)strlen(lockPath); in proxyCreateLockPath()
46024 buf[0] = lockPath[0]; in proxyCreateLockPath()
46026 if( lockPath[i] == '/' && (i - start > 0) ){ in proxyCreateLockPath()
46036 buf, strerror(err), lockPath, osGetpid(0))); in proxyCreateLockPath()
46043 buf[i] = lockPath[i]; in proxyCreateLockPath()
46045 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n",lockPath,osGetpid(0))); in proxyCreateLockPath()
46341 char lockPath[MAXPATHLEN]; in proxyTakeConch() local
46397 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
46398 lockPath[pathLen] = 0; in proxyTakeConch()
46399 tempLockPath = lockPath; in proxyTakeConch()
46421 proxyGetLockPath(pCtx->dbPath, lockPath, MAXPATHLEN); in proxyTakeConch()
46422 tempLockPath = lockPath; in proxyTakeConch()
46690 char *lockPath=NULL; in proxyTransformUnixFile() local
46698 lockPath=NULL; in proxyTransformUnixFile()
46700 lockPath=(char *)path; in proxyTransformUnixFile()
46704 (lockPath ? lockPath : ":auto:"), osGetpid(0))); in proxyTransformUnixFile()
46737 if( rc==SQLITE_OK && lockPath ){ in proxyTransformUnixFile()
46738 pCtx->lockProxyPath = sqlite3DbStrDup(0, lockPath); in proxyTransformUnixFile()