Searched refs:PROXY_PATHINDEX (Results 1 – 1 of 1) sorted by relevance
7167 #define PROXY_PATHINDEX (PROXY_HEADERLEN+PROXY_HOSTIDLEN) macro7198 if( readLen<PROXY_PATHINDEX ){ in proxyBreakConchLock()7279 if( len>PROXY_PATHINDEX && tBuf[0]==(char)PROXY_CONCHVERSION){ in proxyConchLock()7375 size_t pathLen = (readLen - PROXY_PATHINDEX); in proxyTakeConch()7380 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen); in proxyTakeConch()7388 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX], in proxyTakeConch()7389 readLen-PROXY_PATHINDEX) in proxyTakeConch()7432 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, in proxyTakeConch()7435 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN); in proxyTakeConch()7437 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]); in proxyTakeConch()