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:version_max
(Results
1 - 10
of
10
) sorted by relevance
/third_party/curl/lib/vtls/
H
A
D
bearssl.c
595
unsigned version_min,
version_max
;
in bearssl_connect_step1()
local
610
version_max
= BR_TLS10;
in bearssl_connect_step1()
614
version_max
= BR_TLS11;
in bearssl_connect_step1()
618
version_max
= BR_TLS12;
in bearssl_connect_step1()
623
version_max
= BR_TLS12;
in bearssl_connect_step1()
664
br_ssl_engine_set_versions(&backend->ctx.eng, version_min,
version_max
);
in bearssl_connect_step1()
H
A
D
vtls.c
182
(c1->
version_max
== c2->
version_max
) &&
in match_ssl_primary_config()
227
dest->
version_max
= source->
version_max
;
in clone_ssl_primary_config()
440
switch(data->set.ssl.primary.
version_max
) {
in ssl_prefs_check()
446
if((data->set.ssl.primary.
version_max
>> 16) < sslver) {
in ssl_prefs_check()
H
A
D
mbedtls.c
286
long ssl_version_max = conn_config->
version_max
;
in set_ssl_version_min_max()
H
A
D
wolfssl.c
388
if(conn_config->
version_max
!= CURL_SSLVERSION_MAX_NONE) {
in wolfssl_connect_step1()
H
A
D
sectransp.c
1351
long ssl_version_max = conn_config->
version_max
;
in set_ssl_version_min_max()
1775
if(conn_config->
version_max
!= CURL_SSLVERSION_MAX_NONE) {
H
A
D
gtls.c
336
long ssl_version_max = conn_config->
version_max
;
in set_ssl_version_min_max()
H
A
D
openssl.c
2781
curl_ssl_version_max = conn_config->
version_max
;
in ossl_set_ssl_version_min_max()
2834
long ssl_version_max = conn_config->
version_max
;
in ossl_set_ssl_version_min_max_legacy()
H
A
D
schannel.c
174
long ssl_version_max = conn_config->
version_max
;
in schannel_set_ssl_version_min_max()
/third_party/curl/lib/
H
A
D
setopt.c
465
long version,
version_max
;
in Curl_vsetopt()
local
475
version_max
= C_SSLVERSION_MAX_VALUE(arg);
in Curl_vsetopt()
481
version_max
< CURL_SSLVERSION_MAX_NONE ||
in Curl_vsetopt()
482
version_max
>= CURL_SSLVERSION_MAX_LAST)
in Curl_vsetopt()
486
primary->
version_max
= (unsigned int)
version_max
;
in Curl_vsetopt()
H
A
D
urldata.h
294
unsigned int
version_max
; /* max supported version the client wants to use */
member
Completed in 33 milliseconds