Home
last modified time | relevance | path

Searched refs:LDAP_OPT_ERROR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DTlsOptions.cpp111 if ( ret != LDAP_OPT_ERROR ){ in setOption()
124 if ( ret != LDAP_OPT_ERROR ){ in getOption()
157 if ( ret != LDAP_OPT_ERROR ){ in newCtx()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Doptions.c103 int rc = LDAP_OPT_ERROR; in ldap_get_option()
119 return LDAP_OPT_ERROR; in ldap_get_option()
127 return LDAP_OPT_ERROR; in ldap_get_option()
466 int rc = LDAP_OPT_ERROR; in ldap_set_option()
493 return LDAP_OPT_ERROR; in ldap_set_option()
865 return ( LDAP_OPT_ERROR ); in ldap_set_option()
H A Dinit.c287 int rc = LDAP_OPT_ERROR; in ldap_pvt_conf_option()
H A Dtls2.c674 return LDAP_OPT_ERROR; in ldap_pvt_tls_get_option()
857 return LDAP_OPT_ERROR; in ldap_pvt_tls_set_option()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h232 #define LDAP_OPT_ERROR (-1) macro