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:npn_list
(Results
1 - 8
of
8
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
h2load.cc
159
return !
npn_list
.empty() &&
in is_quic()
160
(
npn_list
[0] == NGHTTP3_ALPN_H3 ||
npn_list
[0] == "\x5h3-29");
in is_quic()
1137
for (const auto &proto : config.
npn_list
) {
in connection_made()
1157
for (const auto &proto : config.
npn_list
) {
in connection_made()
1897
inlen, config.
npn_list
)) {
in client_select_next_proto_cb()
2606
config.
npn_list
= util::parse_config_str_list(StringRef{optarg});
in main()
2618
config.
npn_list
=
in main()
2728
if (config.
npn_list
.empty()) {
in main()
2729
config.
npn_list
in main()
[all...]
H
A
D
h2load.h
132
std::vector<std::string>
npn_list
;
member
H
A
D
h2load_quic.cc
441
assert(config->
npn_list
.size());
in quic_init()
445
if (config->
npn_list
[0] == NGHTTP3_ALPN_H3) {
in quic_init()
H
A
D
shrpx.cc
3757
if (tlsconf.
npn_list
.empty()) {
in process_options()
3758
tlsconf.
npn_list
= util::split_str(DEFAULT_NPN_LIST, ',');
in process_options()
3773
if (tls::set_alpn_prefs(tlsconf.alpn_prefs, tlsconf.
npn_list
) != 0) {
in process_options()
H
A
D
shrpx_config.h
758
std::vector<StringRef>
npn_list
;
member
H
A
D
shrpx_client_handler.cc
646
if (!tls::in_proto_list(get_config()->tls.
npn_list
, proto)) {
in validate_next_proto()
H
A
D
shrpx_config.cc
3345
config->tls.
npn_list
.resize(list.size());
in parse_config()
3347
config->tls.
npn_list
[i] = make_string_ref(config->balloc, list[i]);
in parse_config()
H
A
D
shrpx_tls.cc
684
// We assume that get_config()->
npn_list
contains ALPN protocol
in alpn_select_proto_cb()
687
for (const auto &target_proto_id : get_config()->tls.
npn_list
) {
in alpn_select_proto_cb()
Completed in 27 milliseconds