OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpShouldKeepAlive
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
httpserver.cc
154
bool keep_alive =
HttpShouldKeepAlive
(current_->request);
158
close_ = !
HttpShouldKeepAlive
(current_->response);
httpcommon.h
157
bool
HttpShouldKeepAlive
(const HttpData& data);
httpclient.cc
740
if (!
HttpShouldKeepAlive
(response())) {
httpcommon.cc
200
bool
HttpShouldKeepAlive
(const HttpData& data) {
Completed in 64 milliseconds