Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47670 static int proxyCreateLockPath(const char *lockPath){ in proxyCreateLockPath() argument
47675 assert(lockPath!=NULL); in proxyCreateLockPath()
47677 len = (int)strlen(lockPath); in proxyCreateLockPath()
47678 buf[0] = lockPath[0]; in proxyCreateLockPath()
47680 if( lockPath[i] == '/' && (i - start > 0) ){ in proxyCreateLockPath()
47690 buf, strerror(err), lockPath, osGetpid(0))); in proxyCreateLockPath()
47697 buf[i] = lockPath[i]; in proxyCreateLockPath()
47699 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n",lockPath,osGetpid(0))); in proxyCreateLockPath()
47995 char lockPath[MAXPATHLEN]; in proxyTakeConch() local
48051 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
[all …]