Searched defs:pchRet (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.cpp406 const char *pchRet = &pStream->pch[off]; local
407 const char *pch = (const char *)memchr(pchRet, '\n', cb);
410 cb = pch - pchRet;
430 return pchRet;
701 const char *pchRet = &pStream->pch[pStream->paLines[iLine].off]; local
709 return pchRet;

Completed in 53 milliseconds