Functions for Managing RDN
Syntax
#include "slapi-plugin.h"
void slapi_rdn_done(Slapi_RDN *rdn);
Parameters
This function takes the following parameter:
rdn
Description
This function clears the contents of a
value and the array of split RDNs. Those pointers are then set to
See Also
slapi_rdn_free()
slapi_rdn_init()
slapi_rdn_free()
Frees a
Syntax
#include "slapi-plugin.h"
void slapi_rdn_free(Slapi_RDN **rdn);
Parameters
This function takes the following parameter:
rdn
Description
This function frees both the contents of the
itself pointed to by the content of
See Also
slapi_rdn_new()
slapi_rdn_done()
444
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Pointer to the structure to be cleared.
structure.
Slapi_RDN
Pointer to the pointer of the Slapi_RDN structure to be freed.
structure. It frees both the RDN
Slapi_RDN
structure and the structure
Slapi_RDN
.
rdn
.
NULL
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