Home
last modified time | relevance | path

Searched refs:http_framer_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/tools/flip_server/
Dstreamer_interface.cc27 http_framer_(new BalsaFrame) { in StreamerSM()
29 http_framer_->set_balsa_visitor(this); in StreamerSM()
30 http_framer_->set_balsa_headers(&headers_); in StreamerSM()
31 http_framer_->set_is_request(false); in StreamerSM()
37 delete http_framer_; in ~StreamerSM()
42 http_framer_->set_is_request(true); in set_is_request()
68 return http_framer_->ProcessInput(data, len); in ProcessReadInput()
95 return http_framer_->MessageFullyRead(); in MessageFullyRead()
104 http_framer_->Reset(); in Reset()
108 http_framer_->Reset(); in ResetForNewConnection()
[all …]
Dhttp_interface.cc21 http_framer_(new BalsaFrame), in HttpSM()
30 http_framer_->set_balsa_visitor(this); in HttpSM()
31 http_framer_->set_balsa_headers(&headers_); in HttpSM()
33 http_framer_->set_is_request(false); in HttpSM()
37 delete http_framer_; in ~HttpSM()
130 return http_framer_->ProcessInput(data, len); in ProcessReadInput()
147 return http_framer_->MessageFullyRead(); in MessageFullyRead()
155 return http_framer_->Error(); in Error()
159 return BalsaFrameEnums::ErrorCodeToString(http_framer_->ErrorCode()); in ErrorAsString()
165 http_framer_->Reset(); in Reset()
[all …]
Dhttp_interface.h71 BalsaFrame* spdy_framer() { return http_framer_; } in spdy_framer()
119 BalsaFrame* http_framer_; variable
Dstreamer_interface.h120 BalsaFrame* http_framer_; variable