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:conn_ref
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
H
A
D
boringssl.c
542
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in set_read_secret()
local
543
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in set_read_secret()
559
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in set_write_secret()
local
560
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in set_write_secret()
575
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in add_handshake_data()
local
576
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in add_handshake_data()
597
ngtcp2_crypto_conn_ref *
conn_ref
in send_alert()
local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
H
A
D
wolfssl.c
442
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in set_encryption_secrets()
local
443
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in set_encryption_secrets()
468
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in add_handshake_data()
local
469
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in add_handshake_data()
492
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in send_alert()
local
493
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in send_alert()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H
A
D
picotls.c
532
ngtcp2_crypto_conn_ref *
conn_ref
;
in ngtcp2_crypto_picotls_collected_extensions()
local
543
conn_ref
= *ptls_get_data_ptr(ptls);
in ngtcp2_crypto_picotls_collected_extensions()
544
conn =
conn_ref
->get_conn(
conn_ref
);
in ngtcp2_crypto_picotls_collected_extensions()
562
ngtcp2_crypto_conn_ref *
conn_ref
= *ptls_get_data_ptr(ptls);
in update_traffic_key_server_cb()
local
563
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in update_traffic_key_server_cb()
607
ngtcp2_crypto_conn_ref *
conn_ref
= *ptls_get_data_ptr(ptls);
in update_traffic_key_cb()
local
608
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in update_traffic_key_cb()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H
A
D
openssl.c
731
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in set_encryption_secrets()
local
732
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in set_encryption_secrets()
753
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in add_handshake_data()
local
754
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in add_handshake_data()
775
ngtcp2_crypto_conn_ref *
conn_ref
= SSL_get_app_data(ssl);
in send_alert()
local
776
ngtcp2_conn *conn =
conn_ref
->get_conn(
conn_ref
);
in send_alert()
/third_party/nghttp2/src/
H
A
D
h2load_quic.cc
319
ngtcp2_conn *get_conn(ngtcp2_crypto_conn_ref *
conn_ref
) {
in get_conn()
argument
320
auto c = static_cast<Client *>(
conn_ref
->user_data);
in get_conn()
332
quic.
conn_ref
.get_conn = get_conn;
in quic_init()
333
quic.
conn_ref
.user_data = this;
in quic_init()
335
SSL_set_app_data(ssl, &quic.
conn_ref
);
in quic_init()
H
A
D
shrpx_connection.h
168
ngtcp2_crypto_conn_ref
conn_ref
;
member
H
A
D
h2load.h
342
ngtcp2_crypto_conn_ref
conn_ref
;
member
H
A
D
shrpx_http3_upstream.cc
104
ngtcp2_conn *get_conn(ngtcp2_crypto_conn_ref *
conn_ref
) {
in get_conn()
argument
105
auto conn = static_cast<Connection *>(
conn_ref
->user_data);
in get_conn()
125
conn->
conn_ref
.get_conn = shrpx::get_conn;
H
A
D
shrpx_connection.cc
66
conn_ref
{nullptr, this},
in Connection()
/third_party/curl/lib/vquic/
H
A
D
curl_ngtcp2.c
124
ngtcp2_crypto_conn_ref
conn_ref
;
member
309
static ngtcp2_conn *get_conn(ngtcp2_crypto_conn_ref *
conn_ref
)
in get_conn()
argument
311
struct Curl_cfilter *cf =
conn_ref
->user_data;
in get_conn()
2051
tls_ctx_setup, &ctx->
conn_ref
);
in cf_connect_start()
2105
ctx->
conn_ref
.get_conn = get_conn;
in cf_connect_start()
2106
ctx->
conn_ref
.user_data = cf;
in cf_connect_start()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/
H
A
D
ngtcp2_crypto.h
864
* pointer to :type:`ngtcp2_conn` from |
conn_ref
|. The implementation
868
ngtcp2_crypto_conn_ref *
conn_ref
);
Completed in 17 milliseconds