Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 251

Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
void slapi_ch_array_free( char **arrayp );
Parameters
This function takes the following parameter:
arrayp
Description
This function frees the
slapi_ch_bvdup()
Makes a copy of an existing
Syntax
#include "slapi-plugin.h"
extern struct berval* slapi_ch_bvdup( const struct berval *v );
Parameters
This function takes the following parameters:
v
Returns
This function returns a pointer to the new copy of the
structure cannot be duplicated, for example, if no more virtual memory exists, the
slapd
Memory Concerns
The contents of the
berval
function (see the Netscape LDAP SDK for C Programmer's Guide).
See Also
slapi_ch_bvdup()
Pointer to the array to be freed. This parameter can be NULL.
char **
Pointer to the berval structure that you want to copy.
program terminates.
parameter are not altered by this function. The returned
v
structure should be freed by calling
pointed to by
arrayp
structure.
berval
ber_bvfree()
Functions for Managing Memory
.
structure. If the
berval
, which is an LDAP API
Chapter 14
Function Reference
251

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents