Lines Matching refs:streams
5 // A QuicSession, which demuxes a single connection to individual streams.
83 // streams.
93 // Called by streams when they want to write data to the peer.
121 // Called by streams when they want to close the stream in both directions.
126 // Called when the session wants to go away and not accept any new streams.
180 // Returns the number of currently open streams, including those which have
182 // streams.
217 // stream. Returns NULL if max streams have already been opened.
237 // In this case, it deletes streams given that it's safe to do so (no other
238 // operations are being done on the streams at this time)
241 base::hash_map<QuicStreamId, QuicDataStream*>* streams() {
245 const base::hash_map<QuicStreamId, QuicDataStream*>* streams() const {
278 // Keep track of highest received byte offset of locally closed streams, while
295 // Returns the maximum number of streams this connection can open.
298 // Map from StreamId to pointers to streams that are owned by the caller.
306 // A list of streams which need to write more data.