Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47838 #define PROXY_PATHINDEX (PROXY_HEADERLEN+PROXY_HOSTIDLEN) macro
47869 if( readLen<PROXY_PATHINDEX ){ in proxyBreakConchLock()
47950 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ in proxyConchLock()
48046 size_t pathLen = (readLen - PROXY_PATHINDEX); in proxyTakeConch()
48051 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()
48059 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()
48060 readLen-PROXY_PATHINDEX) in proxyTakeConch()
48103 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()
48106 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()
48108 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()