Searched refs:hr_read (Results 1 – 1 of 1) sorted by relevance
539 HRESULT hr_read = S_OK; in FillBuffer() local541 while ((hr_read == S_OK) && (buffer_size_ < kMaxContentSniffLength)) { in FillBuffer()543 hr_read = read_fun_(protocol_, buffer_ + buffer_size_, in FillBuffer()548 return hr_read; in FillBuffer()