Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 456

Table of Contents

Advertisement

Functions for Handling Values
Parameters
This function takes the following parameters:
v
bval
Returns
This function returns a pointer to the initialized
Description
This function initializes the
berval
slapi_value_init_string()
Initializes a
Syntax
#include "slapi-plugin.h"
slapi_value_init_string(Slapi_Value *v,const char *s);
Parameters
This function takes the following parameters:
v
s
Returns
This function returns a pointer to the initialized
Description
This function initializes the
string. The string is duplicated.
456
Netscape Directory Server Plug-In Programmer's Guide • May 2002
Pointer to the value to initialize. The pointer must not be NULL.
Pointer to the berval structure to be used to initialize the value.
Slapi_Value
structure. The content of the
structure from a string.
Slapi_Value
Pointer to the value to be initialized. The pointer must not be
NULL.
Null-terminated string used to initialize the value.
Slapi_Value
Slapi_Value
structure with the value contained in the
structure is duplicated.
berval
Slapi_Value
structure with the value contained in the
structure (itself).
structure (itself).

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents