Home
last modified time | relevance | path

Searched refs:mech (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/ldap/
H A Dldap.c1173 char *mech; member
1186 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs()
1192 if (ctx->mech == NULL) { in _php_sasl_setdefs()
1193 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech); in _php_sasl_setdefs()
1212 if (ctx->mech) ber_memfree(ctx->mech); in _php_sasl_freedefs()
1282 …rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_s… in PHP_FUNCTION()
H A Dldap_arginfo.h45 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mech, IS_STRING, 1, "null")

Completed in 15 milliseconds