Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c453 static php_ldap_bictx *_php_sasl_setdefs(LDAP *ld, char *sasl_mech, char *sasl_realm, char *sasl_au… in _php_sasl_setdefs() argument
459 ctx->realm = (sasl_realm) ? ber_strdup(sasl_realm) : NULL; in _php_sasl_setdefs()
536 char *sasl_realm = NULL; in PHP_FUNCTION() local
543 …&link, &binddn, &dn_len, &passwd, &passwd_len, &sasl_mech, &mech_len, &sasl_realm, &realm_len, &sa… in PHP_FUNCTION()
549 ctx = _php_sasl_setdefs(ld->link, sasl_mech, sasl_realm, sasl_authc_id, passwd, sasl_authz_id); in PHP_FUNCTION()
2789 ZEND_ARG_INFO(0, sasl_realm)

Completed in 9 milliseconds