slapi_value_free()
Frees the specified
Syntax
#include "slapi-plugin.h"
slapi_value_free(Slapi_Value **value);
Parameters
This function takes the following parameter:
value
Description
This function frees the
and sets the pointer to
Memory Concerns
Call this function when you are finished working with the structure.
slapi_value_get_berval()
Gets the
Syntax
#include "slapi-plugin.h"
slapi_value_get_berval( const Slapi_Value *value );
Parameters
This function takes the following parameter:
value
Returns
This function returns a pointer to the
Slapi_Value
copy of it.
Slapi_Value
Address of the pointer to the Slapi_Value you wish to free.
Slapi_Value
.
NULL
structure of the value.
berval
Pointer to the Slapi_Value of which you wish to get the
berval.
. This function returns a pointer to the actual
structure and its members from memory.
structure and its members (if it is not
structure contained in the
berval
Chapter 15
Functions for Handling Values
),
NULL
structure, not a
berval
Function Reference
507
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers