Searched refs:two_phase_max_bytes_read_ (Results 1 – 2 of 2) sorted by relevance
224 two_phase_max_bytes_read_ = bytes_to_read; in BeginReadData()243 if (num_bytes_read > two_phase_max_bytes_read_ || in EndReadData()259 two_phase_max_bytes_read_ = 0; in EndReadData()
108 uint32_t two_phase_max_bytes_read_ = 0; variable