OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendEOF
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/tools/flip_server/
streamer_interface.h
57
virtual void
SendEOF
(uint32 stream_id) {}
http_interface.cc
71
sm_spdy_interface_->
SendEOF
(stream_id_);
179
sm_spdy_interface_->
SendEOF
(stream_id_);
214
void HttpSM::
SendEOF
(uint32 stream_id) {
342
SendEOF
(mci->stream_id);
spdy_interface.cc
382
void SpdySM::
SendEOF
(uint32 stream_id) {
582
SendEOF
(mci->stream_id);
/external/chromium_org/net/tools/flip_server/
http_interface.cc
70
sm_spdy_interface_->
SendEOF
(stream_id_);
162
sm_spdy_interface_->
SendEOF
(stream_id_);
195
void HttpSM::
SendEOF
(uint32 stream_id) {
318
SendEOF
(mci->stream_id);
spdy_interface.cc
371
void SpdySM::
SendEOF
(uint32 stream_id) { SendEOFImpl(stream_id); }
580
SendEOF
(mci->stream_id);
Completed in 258 milliseconds