OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_net_bio_own
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
quic_client_test.c
35
BIO *c_net_bio = NULL, *
c_net_bio_own
= NULL;
local
66
if (!TEST_ptr(c_net_bio =
c_net_bio_own
= BIO_new_dgram(c_fd, 0)))
88
c_net_bio_own
= NULL; /* SSL_free will free the first reference. */
93
c_net_bio_own
= NULL;
167
BIO_free(
c_net_bio_own
);
quic_tserver_test.c
59
BIO *c_net_bio = NULL, *
c_net_bio_own
= NULL;
local
154
if (!TEST_ptr(c_net_bio =
c_net_bio_own
= BIO_new_dgram(c_fd, 0)))
185
c_net_bio_own
= NULL; /* SSL_free will free the first reference. */
191
c_net_bio_own
= NULL;
403
BIO_free(
c_net_bio_own
);
quic_multistream_test.c
77
BIO *c_net_bio, *
c_net_bio_own
;
member in struct:helper
647
BIO_free(h->
c_net_bio_own
);
648
h->
c_net_bio_own
= NULL;
794
if (!TEST_ptr(h->c_net_bio = h->
c_net_bio_own
= BIO_new_dgram(h->c_fd, 0)))
817
h->
c_net_bio_own
= NULL;
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026