Home
last modified time | relevance | path

Searched refs:num_bytes_to_fill (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/base/
Dupload_data_stream.cc212 const int num_bytes_to_fill = in ReadInternal() local
215 DCHECK_LE(0, num_bytes_to_fill); in ReadInternal()
216 memset(buf->data(), 0, num_bytes_to_fill); in ReadInternal()
217 buf->DidConsume(num_bytes_to_fill); in ReadInternal()