Home | History | Annotate | Download | only in flip_server

Lines Matching refs:stream_id

70   void SendOKResponse(uint32 stream_id, std::string* output);
88 virtual void SetStreamID(uint32 stream_id);
97 virtual void NewStream(uint32 stream_id, uint32 priority,
99 virtual void SendEOF(uint32 stream_id);
100 virtual void SendErrorNotFound(uint32 stream_id);
101 virtual size_t SendSynStream(uint32 stream_id, const BalsaHeaders& headers);
102 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
103 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len,
107 void SendEOFImpl(uint32 stream_id);
108 void SendErrorNotFoundImpl(uint32 stream_id);
109 void SendOKResponseImpl(uint32 stream_id, std::string* output);
110 size_t SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers);
111 size_t SendSynStreamImpl(uint32 stream_id, const BalsaHeaders& headers);
112 void SendDataFrameImpl(uint32 stream_id, const char* data, int64 len,