Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c965 struct berval **ldap_value; in PHP_FUNCTION() local
1001 num_values = ldap_count_values_len(ldap_value); in PHP_FUNCTION()
1007 add_index_stringl(tmp2, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len, 1); in PHP_FUNCTION()
1009 ldap_value_free_len(ldap_value); in PHP_FUNCTION()
1123 struct berval **ldap_value; in PHP_FUNCTION() local
1140 num_values = ldap_count_values_len(ldap_value); in PHP_FUNCTION()
1146 add_index_stringl(tmp, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len, 1); in PHP_FUNCTION()
1148 ldap_value_free_len(ldap_value); in PHP_FUNCTION()
1240 char *dn, **ldap_value; in PHP_FUNCTION() local
1253 while (ldap_value[i] != NULL) i++; in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds