Lines Matching full:buflen_
445 const long buflen_ = static_cast<long>(size_); 447 buf = new (std::nothrow) unsigned char[buflen_]; 450 status = pReader->Read(pos, buflen_, buf); 453 buflen = buflen_;