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:ssl_opts
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_tls.cc
940
auto
ssl_opts
= (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) |
in create_ssl_context()
local
961
ssl_opts
|= SSL_OP_ENABLE_KTLS;
in create_ssl_context()
965
SSL_CTX_set_options(ssl_ctx,
ssl_opts
| tlsconf.tls_proto_mask);
in create_ssl_context()
1241
constexpr auto
ssl_opts
=
in create_quic_ssl_context()
local
1259
SSL_CTX_set_options(ssl_ctx,
ssl_opts
);
in create_quic_ssl_context()
1580
auto
ssl_opts
= (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) |
in create_ssl_client_context()
local
1588
ssl_opts
|= SSL_OP_ENABLE_KTLS;
in create_ssl_client_context()
1592
SSL_CTX_set_options(ssl_ctx,
ssl_opts
| tlsconf.tls_proto_mask);
in create_ssl_client_context()
H
A
D
shrpx_connection.cc
381
auto
ssl_opts
= SSL_get_options(tls.ssl);
in tls_handshake()
local
388
if (
ssl_opts
& SSL_OP_NO_TICKET) {
in tls_handshake()
H
A
D
HttpServer.cc
2131
auto
ssl_opts
= (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) |
in run()
local
2139
ssl_opts
|= SSL_OP_ENABLE_KTLS;
in run()
2143
SSL_CTX_set_options(ssl_ctx,
ssl_opts
);
in run()
H
A
D
h2load.cc
2915
auto
ssl_opts
= (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) |
in main()
local
2921
ssl_opts
|= SSL_OP_ENABLE_KTLS;
in main()
2925
SSL_CTX_set_options(ssl_ctx,
ssl_opts
);
in main()
H
A
D
nghttp.cc
2300
auto
ssl_opts
= (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) |
in communicate()
local
2306
ssl_opts
|= SSL_OP_ENABLE_KTLS;
in communicate()
2310
SSL_CTX_set_options(ssl_ctx,
ssl_opts
);
in communicate()
Completed in 18 milliseconds