Home | History | Annotate | Download | only in flip_server

Lines Matching full:uint32

359 void SpdySM::NewStream(uint32 stream_id,
360 uint32 priority,
382 void SpdySM::SendEOF(uint32 stream_id) {
386 void SpdySM::SendErrorNotFound(uint32 stream_id) {
390 void SpdySM::SendOKResponse(uint32 stream_id, std::string* output) {
394 size_t SpdySM::SendSynStream(uint32 stream_id, const BalsaHeaders& headers) {
398 size_t SpdySM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) {
402 void SpdySM::SendDataFrame(uint32 stream_id, const char* data, int64 len,
403 uint32 flags, bool compress) {
408 void SpdySM::SendEOFImpl(uint32 stream_id) {
415 void SpdySM::SendErrorNotFoundImpl(uint32 stream_id) {
423 void SpdySM::SendOKResponseImpl(uint32 stream_id, std::string* output) {
432 void SpdySM::KillStream(uint32 stream_id) {
461 size_t SpdySM::SendSynStreamImpl(uint32 stream_id,
488 size_t SpdySM::SendSynReplyImpl(uint32 stream_id, const BalsaHeaders& headers) {
505 void SpdySM::SendDataFrameImpl(uint32 stream_id, const char* data, int64 len,