Searched refs:ldap_value_len (Results 1 – 1 of 1) sorted by relevance
2183 struct berval **ldap_value_len; in PHP_FUNCTION() local2196 if ((ldap_value_len = ldap_get_values_len(ld->link, resultentry->data, attr)) == NULL) { in PHP_FUNCTION()2201 num_values = ldap_count_values_len(ldap_value_len); in PHP_FUNCTION()2205 add_next_index_stringl(return_value, ldap_value_len[i]->bv_val, ldap_value_len[i]->bv_len); in PHP_FUNCTION()2209 ldap_value_free_len(ldap_value_len); in PHP_FUNCTION()
Completed in 22 milliseconds