Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c1255 static php_ldap_bictx *_php_sasl_setdefs(LDAP *ld, char *sasl_mech, char *sasl_realm, char *sasl_au… in _php_sasl_setdefs() argument
1260 ctx->mech = (sasl_mech) ? ber_strdup(sasl_mech) : NULL; in _php_sasl_setdefs()
1335 char *sasl_mech = NULL; in PHP_FUNCTION() local
1343 …!s!s!s!", &link, ldap_link_ce, &binddn, &dn_len, &passwd, &passwd_len, &sasl_mech, &mech_len, &sas… in PHP_FUNCTION()
1350 ctx = _php_sasl_setdefs(ld->link, sasl_mech, sasl_realm, sasl_authc_id, passwd, sasl_authz_id); in PHP_FUNCTION()

Completed in 13 milliseconds