Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel_posix.cc446 size_t next_read_size = 0; in OnFileCanReadWithoutBlocking() local
451 buffer_capacity = next_read_size; in OnFileCanReadWithoutBlocking()
464 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnFileCanReadWithoutBlocking()
475 total_bytes_read < kMaxBatchReadCapacity && next_read_size > 0); in OnFileCanReadWithoutBlocking()