OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpclient
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
d1_lib.c
427
BIO_ADDR *
tmpclient
= NULL;
local
750
if ((
tmpclient
= BIO_ADDR_new()) == NULL) {
760
if (BIO_dgram_get_peer(rbio,
tmpclient
) > 0) {
761
(void)BIO_dgram_set_peer(wbio,
tmpclient
);
763
BIO_ADDR_free(
tmpclient
);
764
tmpclient
= NULL;
842
BIO_ADDR_free(
tmpclient
);
/src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c
467
BIO_ADDR *
tmpclient
= NULL;
local
795
if ((
tmpclient
= BIO_ADDR_new()) == NULL) {
805
if (BIO_dgram_get_peer(rbio,
tmpclient
) > 0) {
806
(void)BIO_dgram_set_peer(wbio,
tmpclient
);
808
BIO_ADDR_free(
tmpclient
);
809
tmpclient
= NULL;
867
BIO_ADDR_free(
tmpclient
);
/src/crypto/external/bsd/openssl.old/dist/ssl/
d1_lib.c
456
BIO_ADDR *
tmpclient
= NULL;
local
784
if ((
tmpclient
= BIO_ADDR_new()) == NULL) {
794
if (BIO_dgram_get_peer(rbio,
tmpclient
) > 0) {
795
(void)BIO_dgram_set_peer(wbio,
tmpclient
);
797
BIO_ADDR_free(
tmpclient
);
798
tmpclient
= NULL;
857
BIO_ADDR_free(
tmpclient
);
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026