Searched refs:ldap_bind_pwlen (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 1129 size_t ldap_bind_dnlen, ldap_bind_pwlen; in PHP_FUNCTION() local 1133 …S(), "r|ss", &link, &ldap_bind_dn, &ldap_bind_dnlen, &ldap_bind_pw, &ldap_bind_pwlen) != SUCCESS) { in PHP_FUNCTION() 1147 if (ldap_bind_pw != NULL && memchr(ldap_bind_pw, '\0', ldap_bind_pwlen) != NULL) { in PHP_FUNCTION() 1160 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION() 1184 size_t ldap_bind_dnlen, ldap_bind_pwlen; in PHP_FUNCTION() local 1190 …(), "r|ssa", &link, &ldap_bind_dn, &ldap_bind_dnlen, &ldap_bind_pw, &ldap_bind_pwlen, &serverctrls… in PHP_FUNCTION() 1204 if (ldap_bind_pw != NULL && memchr(ldap_bind_pw, '\0', ldap_bind_pwlen) != NULL) { in PHP_FUNCTION() 1224 cred.bv_len = ldap_bind_pw ? ldap_bind_pwlen : 0; in PHP_FUNCTION()
|
Completed in 17 milliseconds