Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c345 if (NULL != ld->ld_def_sasl_mech) { in ldap_set_option()
347 NSLDAPI_FREE(ld->ld_def_sasl_mech); in ldap_set_option()
349 ld->ld_def_sasl_mech = nsldapi_strdup((char *)optdata); in ldap_set_option()
H A Dunbind.c161 if ( ld->ld_def_sasl_mech != NULL ) in ldap_ld_free()
162 NSLDAPI_FREE( ld->ld_def_sasl_mech ); in ldap_ld_free()
H A Dgetoption.c275 *((char **) optdata) = nsldapi_strdup(ld->ld_def_sasl_mech); in ldap_get_option()
H A Dopen.c330 nsldapi_ld_defaults.ld_def_sasl_mech = NULL; in nsldapi_initialize_defaults()
H A Dldap-int.h404 char *ld_def_sasl_mech; member