Home
last modified time | relevance | path

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

/external/cronet/net/websockets/
Dwebsocket_inflater.cc93 size_t num_bytes_to_copy = in GetOutput() local
189 size_t num_bytes_to_copy = std::min(size, buffer_.size() - head_); in Read() local
199 size_t num_bytes_to_copy = size - num_bytes_copied; in Read() local
271 size_t num_bytes_to_copy = std::min(size, capacity_ - tail_of_last_buffer_); in PushToLastBuffer() local