Home | History | Annotate | Download | only in quic

Lines Matching full:stream

82   // Called by streams when they want to close the stream in both directions.
88 // Removes the stream associated with 'stream_id' from the active stream map.
113 // Returns true if the stream existed previously and has been closed.
114 // Returns false if the stream is still active or if the stream has
156 // Creates a new stream, owned by the caller, to handle a peer-initiated
157 // stream. Returns NULL and does error handling if the stream can not be
161 // Create a new stream, owned by the caller, to handle a locally-initiated
162 // stream. Returns NULL if max streams have already been opened.
165 // Return the reserved crypto stream.
168 // Adds 'stream' to the active stream map.
169 virtual void ActivateStream(ReliableQuicStream* stream);
171 // Returns the stream id for a new stream.
213 // A shim to stand between the connection and the session, to handle stream
232 // Set of stream ids that have been "implicitly created" by receipt
233 // of a stream id larger than the next expected stream id.