Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_inflater.cc95 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