Searched refs:buflen_ (Results 1 – 2 of 2) sorted by relevance
476 const long buflen_ = static_cast<long>(size); in Match() local478 buf = SafeArrayAlloc<unsigned char>(1, buflen_); in Match()482 status = pReader->Read(pos, buflen_, buf); in Match()486 buflen = buflen_; in Match()
474 const long buflen_ = static_cast<long>(size); in Match() local476 buf = SafeArrayAlloc<unsigned char>(1, buflen_); in Match()480 status = pReader->Read(pos, buflen_, buf); in Match()484 buflen = buflen_; in Match()