Home | History | Annotate | Download | only in socket

Lines Matching refs:reads

111   // For OrderedSocketData, which only allows reads to occur in a particular
133 // for getting data about individual reads and writes on the socket.
162 // SocketDataProvider which responds based on static tables of mock reads and
167 StaticSocketDataProvider(MockRead* reads, size_t reads_count,
203 // SocketDataProvider which can make decisions about next mock reads based on
257 // A DataProvider where the client must write a request before the reads (e.g.
264 // |reads| the list of MockRead completions.
270 MockRead* reads, size_t reads_count,
274 // |reads| the list of MockRead completions.
282 MockRead* reads, size_t reads_count,
299 // A DataProvider where the reads are ordered.
313 // |reads| the list of MockRead completions.
318 OrderedSocketData(MockRead* reads, size_t reads_count,
322 // |reads| the list of MockRead completions.
328 MockRead* reads, size_t reads_count,
387 // Sequence numbers are preserved across both reads and writes. There should be
389 // MockRead reads[] = {
417 // |reads| the list of MockRead completions.
419 DeterministicSocketData(MockRead* reads, size_t reads_count,