Home | History | Annotate | Download | only in flip_server

Lines Matching refs:uint32

97 void HttpSM::SendOKResponse(uint32 stream_id, std::string* output) {
150 void HttpSM::SetStreamID(uint32 stream_id) {
200 void HttpSM::NewStream(uint32 stream_id, uint32 priority,
214 void HttpSM::SendEOF(uint32 stream_id) {
221 void HttpSM::SendErrorNotFound(uint32 stream_id) {
225 size_t HttpSM::SendSynStream(uint32 stream_id, const BalsaHeaders& headers) {
229 size_t HttpSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) {
233 void HttpSM::SendDataFrame(uint32 stream_id, const char* data, int64 len,
234 uint32 flags, bool compress) {
238 void HttpSM::SendEOFImpl(uint32 stream_id) {
249 void HttpSM::SendErrorNotFoundImpl(uint32 stream_id) {
260 void HttpSM::SendOKResponseImpl(uint32 stream_id, std::string* output) {
271 size_t HttpSM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
287 size_t HttpSM::SendSynStreamImpl(uint32 stream_id,
304 void HttpSM::SendDataFrameImpl(uint32 stream_id, const char* data, int64 len,
305 uint32 flags, bool compress) {