Home
last modified time | relevance | path

Searched refs:SendSynReply (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/tools/flip_server/
Dhttp_interface.cc63 sm_spdy_interface_->SendSynReply(stream_id_, headers); in ProcessHeaders()
229 size_t HttpSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply() function in net::HttpSM
334 mci->bytes_sent = SendSynReply(mci->stream_id, in GetOutput()
Dsm_interface.h55 virtual size_t SendSynReply(uint32 stream_id,
Dstreamer_interface.h61 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
Dhttp_interface.h102 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
Dstreamer_interface.cc149 size_t StreamerSM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply() function in net::StreamerSM
Dspdy_interface.h98 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers);
Dspdy_interface.cc398 size_t SpdySM::SendSynReply(uint32 stream_id, const BalsaHeaders& headers) { in SendSynReply() function in net::SpdySM
575 mci->bytes_sent = SendSynReply(mci->stream_id, headers); in GetOutput()