Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c1110 size_t ldap_bind_dnlen, ldap_bind_pwlen; in PHP_FUNCTION() local
1114 …link, ldap_link_ce, &ldap_bind_dn, &ldap_bind_dnlen, &ldap_bind_pw, &ldap_bind_pwlen) != SUCCESS) { in PHP_FUNCTION()
1128 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION()
1151 size_t ldap_bind_dnlen, ldap_bind_pwlen; in PHP_FUNCTION() local
1158 …link, ldap_link_ce, &ldap_bind_dn, &ldap_bind_dnlen, &ldap_bind_pw, &ldap_bind_pwlen, &serverctrls… in PHP_FUNCTION()
1179 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION()

Completed in 15 milliseconds