Searched refs:expected_bytes_read (Results 1 – 2 of 2) sorted by relevance
56 int expected_bytes_read) { in ReadDataOfExpectedLength() argument59 base::MakeRefCounted<IOBufferWithSize>(expected_bytes_read); in ReadDataOfExpectedLength()60 while (bytes_read < expected_bytes_read) { in ReadDataOfExpectedLength()62 int rv = socket->Read(read_buffer.get(), expected_bytes_read - bytes_read, in ReadDataOfExpectedLength()69 EXPECT_EQ(expected_bytes_read, bytes_read); in ReadDataOfExpectedLength()
26 int expected_bytes_read);