Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ber_bvfree()

Frees a berval structure from memory.

Syntax

#include <lber.h>
void ber_bvfree( struct berval *bv );

Parameters

This function has the following parameters:

bv

Pointer to the berval structure that you want to free from memory.

Description

The ber_bvfree() function frees a berval structure from memory. Call this function to free berval arguments passed back from the ldap_extended_operation_s(), ldap_parse_extended_result(), ldap_sasl_bind_s(), and ldap_parse_sasl_bind_result() functions.

See Also

ldap_extended_operation_s(), ldap_parse_extended_result(), ldap_sasl_bind_s(), ldap_parse_sasl_bind_result().


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23