OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pipeline_depth
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/http/
http_pipelined_host_impl.h
76
static int
max_pipeline_depth
() { return 3; }
function in class:net::HttpPipelinedHostImpl
http_pipelined_host_impl_unittest.cc
129
HttpPipelinedHostImpl::
max_pipeline_depth
(), true, true);
139
HttpPipelinedHostImpl::
max_pipeline_depth
(), true, true);
141
HttpPipelinedHostImpl::
max_pipeline_depth
() - 1, true, true);
http_pipelined_host_impl.cc
153
capacity =
max_pipeline_depth
();
/external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.cc
323
"were_all_requests_http_1_1:1,
max_pipeline_depth
:5";
407
int
max_pipeline_depth
= 0;
local
425
} else if (key == "
max_pipeline_depth
") {
426
max_pipeline_depth
= value;
435
max_pipeline_depth
, 6);
Completed in 85 milliseconds