Home
last modified time | relevance | path

Searched defs:num_bytes_to_copy (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/websockets/
Dwebsocket_inflater.cc96 size_t num_bytes_to_copy = in GetOutput() local
192 size_t num_bytes_to_copy = std::min(size, buffer_.size() - head_); in Read() local
202 size_t num_bytes_to_copy = size - num_bytes_copied; in Read() local
274 size_t num_bytes_to_copy = std::min(size, capacity_ - tail_of_last_buffer_); in PushToLastBuffer() local
/external/tink/cc/util/
Dinput_stream_util.cc47 int num_bytes_to_copy = in ReadBytesFromStreamImpl() local