Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c46016 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()
[all …]