OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIC_CONNECTION
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_local.h
14
#include "internal/quic_ssl.h" /*
QUIC_CONNECTION
*/
40
QUIC_CONNECTION
*conn;
117
* Note: This must come first in the
QUIC_CONNECTION
structure.
282
int ossl_quic_conn_on_handshake_confirmed(
QUIC_CONNECTION
*qc);
290
void ossl_quic_conn_raise_protocol_error(
QUIC_CONNECTION
*qc,
295
void ossl_quic_conn_on_remote_conn_close(
QUIC_CONNECTION
*qc,
quic_impl.c
27
static void qc_cleanup(
QUIC_CONNECTION
*qc, int have_lock);
29
static int create_channel(
QUIC_CONNECTION
*qc, SSL_CTX *ctx);
30
static QUIC_XSO *create_xso_from_stream(
QUIC_CONNECTION
*qc, QUIC_STREAM *qs);
31
static
QUIC_CONNECTION
*create_qc_from_incoming_conn(QUIC_LISTENER *ql, QUIC_CHANNEL *ch);
38
static void qc_update_reject_policy(
QUIC_CONNECTION
*qc);
39
static void qc_touch_default_xso(
QUIC_CONNECTION
*qc);
40
static void qc_set_default_xso(
QUIC_CONNECTION
*qc, QUIC_XSO *xso, int touch);
41
static void qc_set_default_xso_keep_ref(
QUIC_CONNECTION
*qc, QUIC_XSO *xso,
45
static int quic_mutation_allowed(
QUIC_CONNECTION
*qc, int req_active);
53
* - a pointer to the
QUIC_CONNECTION
(regardless of whether a QCSO or QSS
[
all
...]
quic_obj.c
91
return SSL_CONNECTION_FROM_SSL_ONLY(((
QUIC_CONNECTION
*)obj)->tls);
quic_tserver.c
83
QUIC_CONNECTION
*qc = NULL;
quic_port.c
411
* transferred to it. The caller (e.g.,
QUIC_CONNECTION
) is responsible for
462
QUIC_CONNECTION
*qc = NULL;
474
qc = (
QUIC_CONNECTION
*)user_ssl;
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_predef.h
43
typedef struct quic_conn_st
QUIC_CONNECTION
;
ssl_unwrap.h
59
? (c
QUIC_CONNECTION
*)(ssl) \
68
? (c QUIC_XSO *)((
QUIC_CONNECTION
*)(ssl))->default_xso \
74
? (c SSL_CONNECTION *)((c
QUIC_CONNECTION
*)(ssl))->tls \
/src/crypto/external/apache2/openssl/dist/ssl/
t1_trce.c
1743
QUIC_CONNECTION
*qc = QUIC_CONNECTION_FROM_SSL(ssl);
/src/crypto/external/apache2/openssl/dist/test/
quic_record_test.c
1920
QUIC_CONNECTION
*quic_conn;
Completed in 138 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026