ldap_value_free_len() function frees an array of berval structures from memory. Use the ldap_value_free() function instead of this function if the values are string values.
For additional information, see "Getting the Values of an Attribute" on page 131.
#include <ldap.h>
void ldap_value_free_len( struct berval **values );
values |
ldap_get_values_len().
ldap_get_values(), ldap_get_values_len().
Last Updated: 10/01/98 17:06:23