Initial Release 6

Function : LDAP
ldap_count_values_len - Count the number of berval structures.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_count_values_len(
struct berval **vals);

Description :

This function is used to count the number of berval structures in the array.

Parameters :

See Also :

ldap_get_values_len
----------------------------------------------------------------------------------------------------------