OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_conn
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
quicapitest.c
2429
SSL *domain = NULL, *listener = NULL, *
other_conn
= NULL;
local
2443
|| !TEST_true(
other_conn
= SSL_new(ctx))
2444
|| !TEST_true(SSL_get_domain_flags(
other_conn
, &domain_flags))
2447
|| !TEST_false(SSL_is_domain(
other_conn
))
2449
|| !TEST_ptr_null(SSL_get0_domain(
other_conn
))
2461
SSL_free(
other_conn
);
quicapitest.c
2429
SSL *domain = NULL, *listener = NULL, *
other_conn
= NULL;
local
2443
|| !TEST_true(
other_conn
= SSL_new(ctx))
2444
|| !TEST_true(SSL_get_domain_flags(
other_conn
, &domain_flags))
2447
|| !TEST_false(SSL_is_domain(
other_conn
))
2449
|| !TEST_ptr_null(SSL_get0_domain(
other_conn
))
2461
SSL_free(
other_conn
);
Completed in 35 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026