Functions for Handling Attributes
Parameters
This function takes the following parameters:
attr
Returns
This function returns the newly created copy of the attribute.
Description
Use this function to make a copy of an attribute.
Memory Concerns
You must free the returned attribute using
See Also
slapi_attr_new()
slapi_attr_init()
slapi_attr_free()
slapi_attr_first_value()
Gets the first value of an attribute.
Syntax
#include "slapi-plugin.h"
int slapi_attr_first_value( Slapi_Attr *a, Slapi_Value **v );
Parameters
This function takes the following parameters:
a
v
246
Netscape Directory Server Plug-In Programmer's Guide • December 2003
The attribute to be duplicated.
slapi_attr_free()
Attribute containing the desired value.
Holds the first value of the attribute.
.
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - PLUG-IN and is the answer not in the manual?
Questions and answers