Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c1825 struct berval **ldap_value; in PHP_FUNCTION() local
1863 num_values = ldap_count_values_len(ldap_value); in PHP_FUNCTION()
1868 add_index_stringl(&tmp2, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len); in PHP_FUNCTION()
1870 ldap_value_free_len(ldap_value); in PHP_FUNCTION()
1988 struct berval **ldap_value; in PHP_FUNCTION() local
2007 num_values = ldap_count_values_len(ldap_value); in PHP_FUNCTION()
2012 add_index_stringl(&tmp, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len); in PHP_FUNCTION()
2014 ldap_value_free_len(ldap_value); in PHP_FUNCTION()
2108 char *dn, **ldap_value; in PHP_FUNCTION() local
2122 for (i = 0; ldap_value[i] != NULL; i++) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds