mech              520 ext/ldap/ldap.c 	char *mech;
mech              534 ext/ldap/ldap.c 	ctx->mech    = (sasl_mech) ? ber_strdup(sasl_mech) : NULL;
mech              540 ext/ldap/ldap.c 	if (ctx->mech == NULL) {
mech              541 ext/ldap/ldap.c 		ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech);
mech              561 ext/ldap/ldap.c 	if (ctx->mech) ber_memfree(ctx->mech);
mech              633 ext/ldap/ldap.c 	rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_sasl_interact, ctx);