Searched refs:mech (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/ldap/ |
H A D | ldap.c | 1236 char *mech; member 1249 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs() 1255 if (ctx->mech == NULL) { in _php_sasl_setdefs() 1256 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &ctx->mech); in _php_sasl_setdefs() 1275 if (ctx->mech) ber_memfree(ctx->mech); in _php_sasl_freedefs() 1356 …rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_s… in PHP_FUNCTION()
|
H A D | ldap_arginfo.h | 54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mech, IS_STRING, 1, "null")
|
Completed in 29 milliseconds