OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:desired_type
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
1736
int
desired_type
= IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET;
local
1743
if (rbio == NULL || BIO_method_type(rbio) !=
desired_type
1764
int
desired_type
= IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET;
local
1771
if (wbio == NULL || BIO_method_type(wbio) !=
desired_type
Completed in 60 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026