HomeSort by: relevance | last modified time | path
    Searched refs:ldo_def_sasl_authcid (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
unbind.c 216 if ( ld->ld_options.ldo_def_sasl_authcid != NULL ) {
217 LDAP_FREE( ld->ld_options.ldo_def_sasl_authcid );
218 ld->ld_options.ldo_def_sasl_authcid = NULL;
init.c 122 offsetof(struct ldapoptions, ldo_def_sasl_authcid)},
570 if ( gopts->ldo_def_sasl_authcid ) {
571 LDAP_FREE( gopts->ldo_def_sasl_authcid );
572 gopts->ldo_def_sasl_authcid = NULL;
629 gopts->ldo_def_sasl_authcid = NULL;
764 gopts->ldo_def_sasl_authcid = LDAP_STRDUP( user );
open.c 195 ld->ld_options.ldo_def_sasl_authcid = gopts->ldo_def_sasl_authcid
196 ? LDAP_STRDUP( gopts->ldo_def_sasl_authcid ) : NULL;
248 LDAP_FREE( ld->ld_options.ldo_def_sasl_authcid );
cyrus.c 1031 *(char **)arg = ld->ld_options.ldo_def_sasl_authcid
1032 ? LDAP_STRDUP( ld->ld_options.ldo_def_sasl_authcid ) : NULL;
ldap-int.h 334 char* ldo_def_sasl_authcid; /* SASL authentication identity */ member in struct:ldapoptions

Completed in 313 milliseconds