OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldo_tls_cacertfile
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
tls2.c
129
if ( lo->
ldo_tls_cacertfile
) {
130
LDAP_FREE( lo->
ldo_tls_cacertfile
);
131
lo->
ldo_tls_cacertfile
= NULL;
711
*(char **)arg = lo->
ldo_tls_cacertfile
?
712
LDAP_STRDUP( lo->
ldo_tls_cacertfile
) : NULL;
914
if ( lo->
ldo_tls_cacertfile
) LDAP_FREE( lo->
ldo_tls_cacertfile
);
915
lo->
ldo_tls_cacertfile
= (arg && *(char *)arg) ? LDAP_STRDUP( (char *) arg ) : NULL;
tls_o.c
463
if ( lo->
ldo_tls_cacertfile
== NULL && lo->ldo_tls_cacertdir == NULL &&
497
lo->
ldo_tls_cacertfile
? lo->
ldo_tls_cacertfile
: "",
524
lo->
ldo_tls_cacertfile
? lo->
ldo_tls_cacertfile
: "",
tls_g.c
225
if (lo->
ldo_tls_cacertfile
!= NULL) {
233
lo->
ldo_tls_cacertfile
,
240
lo->
ldo_tls_cacertfile
);
ldap-int.h
309
#define
ldo_tls_cacertfile
ldo_tls_info.lt_cacertfile
macro
Completed in 18 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026