Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:http2conf
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_http2_upstream.cc
1033
auto &
http2conf
= config->http2;
in Http2Upstream()
local
1038
nghttp2_session_server_new2(&session_,
http2conf
.upstream.callbacks, this,
in Http2Upstream()
1040
?
http2conf
.upstream.alt_mode_option
in Http2Upstream()
1041
:
http2conf
.upstream.option);
in Http2Upstream()
1052
entry[0].value =
http2conf
.upstream.max_concurrent_streams;
in Http2Upstream()
1058
entry[1].value =
http2conf
.upstream.window_size;
in Http2Upstream()
1070
if (
http2conf
.upstream.decoder_dynamic_table_size !=
in Http2Upstream()
1073
entry[nentry].value =
http2conf
.upstream.decoder_dynamic_table_size;
in Http2Upstream()
1086
:
http2conf
.upstream.optimize_window_size
in Http2Upstream()
1087
? std::min(
http2conf
in Http2Upstream()
1185
auto &
http2conf
= config->http2;
on_write()
local
1710
auto &
http2conf
= config->http2;
on_downstream_header_complete()
local
[all...]
H
A
D
shrpx_http2_downstream_connection.cc
256
auto &
http2conf
= config->http2;
in push_request_headers()
local
276
if (!
http2conf
.no_cookie_crumbling) {
in push_request_headers()
345
if (!
http2conf
.no_cookie_crumbling) {
in push_request_headers()
H
A
D
shrpx_http2_session.cc
1700
auto &
http2conf
= config->http2;
in connection_made()
local
1702
rv = nghttp2_session_client_new2(&session_,
http2conf
.downstream.callbacks,
in connection_made()
1703
this,
http2conf
.downstream.option);
in connection_made()
1712
entry[0].value =
http2conf
.downstream.max_concurrent_streams;
in connection_made()
1715
entry[1].value =
http2conf
.downstream.window_size;
in connection_made()
1720
if (
http2conf
.no_server_push || config->http2_proxy) {
in connection_made()
1726
if (
http2conf
.downstream.decoder_dynamic_table_size !=
in connection_made()
1729
entry[nentry].value =
http2conf
.downstream.decoder_dynamic_table_size;
in connection_made()
1741
http2conf
.downstream.connection_window_size);
in connection_made()
H
A
D
shrpx.cc
2014
auto &
http2conf
= config->http2;
in fill_default_config()
local
2016
auto &upstreamconf =
http2conf
.upstream;
in fill_default_config()
2052
http2conf
.timeout.stream_write = 1_min;
in fill_default_config()
2055
auto &downstreamconf =
http2conf
.downstream;
in fill_default_config()
3706
auto &
http2conf
= config->http2;
in process_options()
local
3708
auto &dumpconf =
http2conf
.upstream.debug.dump;
in process_options()
H
A
D
shrpx_config.cc
2972
auto &
http2conf
= config->http2;
in parse_config()
local
2973
http2conf
.upstream.max_concurrent_streams = n;
in parse_config()
2974
http2conf
.downstream.max_concurrent_streams = n;
in parse_config()
Completed in 17 milliseconds