Searched refs:ldap_value (Results 1 – 1 of 1) sorted by relevance
1844 struct berval **ldap_value; in PHP_FUNCTION() local1882 num_values = ldap_count_values_len(ldap_value); in PHP_FUNCTION()1887 add_index_stringl(&tmp2, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len); in PHP_FUNCTION()1889 ldap_value_free_len(ldap_value); in PHP_FUNCTION()2007 struct berval **ldap_value; in PHP_FUNCTION() local2026 num_values = ldap_count_values_len(ldap_value); in PHP_FUNCTION()2031 add_index_stringl(&tmp, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len); in PHP_FUNCTION()2033 ldap_value_free_len(ldap_value); in PHP_FUNCTION()2127 char *dn, **ldap_value; in PHP_FUNCTION() local2141 while (ldap_value[i] != NULL) i++; in PHP_FUNCTION()[all …]
Completed in 22 milliseconds