ber_strdup        534 ext/ldap/ldap.c 	ctx->mech    = (sasl_mech) ? ber_strdup(sasl_mech) : NULL;
ber_strdup        535 ext/ldap/ldap.c 	ctx->realm   = (sasl_realm) ? ber_strdup(sasl_realm) : NULL;
ber_strdup        536 ext/ldap/ldap.c 	ctx->authcid = (sasl_authc_id) ? ber_strdup(sasl_authc_id) : NULL;
ber_strdup        537 ext/ldap/ldap.c 	ctx->passwd  = (passwd) ? ber_strdup(passwd) : NULL;
ber_strdup        538 ext/ldap/ldap.c 	ctx->authzid = (sasl_authz_id) ? ber_strdup(sasl_authz_id) : NULL;