Home | History | Annotate | Download | only in dist

Lines Matching refs:readBuf

31168     char readBuf[PROXY_MAXCONCHLEN];
31191 readLen = seekAndRead((unixFile*)conchFile, 0, readBuf, PROXY_MAXCONCHLEN);
31198 readBuf[0]!=(char)PROXY_CONCHVERSION ){
31211 hostIdMatch = !memcmp(&readBuf[PROXY_HEADERLEN], myHostID,
31224 memcpy(lockPath, &readBuf[PROXY_PATHINDEX], pathLen);
31232 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX],