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_method
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/testcode/
doqclient.c
209
static SSL_QUIC_METHOD
quic_method
;
variable
1243
/**
quic_method
set_encryption_secrets function */
1284
/**
quic_method
add_handshake_data function */
1313
/**
quic_method
flush_flight function */
1320
/**
quic_method
send_alert function */
1370
memset(&
quic_method
, 0, sizeof(
quic_method
));
1371
quic_method
.set_encryption_secrets = &set_encryption_secrets;
1372
quic_method
.add_handshake_data = &add_handshake_data;
1373
quic_method
.flush_flight = &flush_flight
[
all
...]
/src/external/bsd/unbound/dist/util/
netevent.h
1071
void*
quic_method
;
member in struct:doq_server_socket
netevent.c
2793
free(doq_socket->
quic_method
);
/src/external/bsd/unbound/dist/services/
listen_dnsport.c
4516
/**
quic_method
set_encryption_secrets function */
4565
/**
quic_method
add_handshake_data function */
4598
/**
quic_method
flush_flight function */
4605
/**
quic_method
send_alert function */
4637
SSL_QUIC_METHOD*
quic_method
;
local
4710
/* The
quic_method
needs to remain valid during the SSL_CTX
4713
quic_method
= calloc(1, sizeof(SSL_QUIC_METHOD));
4714
if(!
quic_method
) {
4719
doq_socket->
quic_method
=
quic_method
;
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026