OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_ip
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
996
char *
old_ip
;
local
1003
old_ip
= X509_VERIFY_PARAM_get1_ip_asc(s->param);
1004
if (
old_ip
)
1006
OPENSSL_free(
old_ip
);
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
1165
char *
old_ip
;
local
1172
old_ip
= X509_VERIFY_PARAM_get1_ip_asc(sc->param);
1173
if (
old_ip
!= NULL) {
1174
OPENSSL_free(
old_ip
);
Completed in 40 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026