Home | History | Annotate | Download | only in quic

Lines Matching defs:streams

5 // A QuicSession, which demuxes a single connection to individual streams.
74 // Called by streams when they want to write data to the peer.
90 // Called by streams when they want to close the stream in both directions.
93 // Called when the session wants to go away and not accept any new streams.
144 // Returns the number of currently open streams, including those which have
186 // stream. Returns NULL if max streams have already been opened.
206 // In this case, it deletes streams given that it's safe to do so (no other
207 // operations are being done on the streams at this time)
210 base::hash_map<QuicStreamId, QuicDataStream*>* streams() {
214 const base::hash_map<QuicStreamId, QuicDataStream*>* streams() const {
248 // Tracks the last 20 streams which closed without decompressing headers.
253 // Streams which have been locally reset before decompressing headers
254 // from the peer. These streams need to stay open long enough to
270 // Returns the maximum number of streams this connection can open.
273 // Map from StreamId to pointers to streams that are owned by the caller.
281 // A list of streams which need to write more data.
284 // A map of headers waiting to be compressed, and the streams