OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_QUIC
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
ssl_unwrap.h
95
#define
IS_QUIC
(ssl) \
104
#define
IS_QUIC
(ssl) 0
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
1009
return
IS_QUIC
(s);
1547
if (
IS_QUIC
(s)) {
1566
if (
IS_QUIC
(s)) {
1638
if (
IS_QUIC
(s))
1653
if (
IS_QUIC
(s))
1703
if (
IS_QUIC
(s))
1736
int desired_type =
IS_QUIC
(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET;
1764
int desired_type =
IS_QUIC
(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET;
1949
if (
IS_QUIC
(s))
2186
if (
IS_QUIC
(s)
[
all
...]
t1_lib.c
4783
|| (
IS_QUIC
(ssl) && mode != TLSEXT_max_fragment_length_DISABLED))
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_obj.c
27
&& (parent_obj == NULL ||
IS_QUIC
(parent_obj))))
/src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c
215
if (sc == NULL ||
IS_QUIC
(s))
Completed in 139 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026