Lines Matching defs:readBuf
44281 char readBuf[PROXY_MAXCONCHLEN];
44305 readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN);
44315 readBuf[0]!=(char)PROXY_CONCHVERSION ){
44328 hostIdMatch = !memcmp(&readBuf[PROXY_HEADERLEN], myHostID,
44341 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen);
44349 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX],