Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 504

Table of Contents

Advertisement

Functions for Handling Values
slapi_value_init_string_passin()
Initializes a
Syntax
#include "slapi-plugin.h"
Slapi_Value * slapi_value_init_string_passin (Slapi_value *v,
char *s);
Parameters
This function takes the following parameters:
v
s
Returns
This function returns a pointer to the initialized
Description
This function initializes a
string. The string is not duplicated and must be freed.
Memory Concerns
The string will be freed when the
calling
See Also
slapi_value_free()
slapi_value_new_string_passin()
slapi_value_set_string_passin()
slapi_value_new()
Allocates a new
Syntax
#include "slapi-plugin.h"
slapi_value_new();
504
Netscape Directory Server Plug-In Programmer's Guide • December 2003
structure with value contained in the string.
Slapi_Value
Pointer to the value to initialize. The pointer must not be NULL.
NULL terminated string used to initialize the value.
Slapi_Value
slapi_value_free()
Slapi_Value
Slapi_Value
structure with the value contained in the
structure is freed from memory by
Slapi_Value
.
structure.
structure (itself).

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents