LDAP Library Functions ldapmemfree(3LDAP)
NAME
ldapmemfree - free memory allocated by LDAP API functions
SYNOPSIS
cc -flag ... file ...-lldap [ -library ... ]
#include < lber.h>
#include < ldap.h>
void ldapmemfree(void *p
DESCRIPTION
The ldapmemfree() function frees the memory allocated by
certain LDAP API functions that do not have corresponding
functions to free memory. These functions include
ldapgetdn(3LDAP), ldapfirstattribute(3LDAP), and
ldapnextattribute(3LDAP).
The ldapmemfree() function takes one parameter, p, which is
a pointer to the memory to be freed.
PARAMETERS
p A pointer to the memory to be freed.
RETURN VALUES
There are no return values for the ldapmemfree() function.
ERORS
No errors are defined for the ldapmemfree() function.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 6 Jan 2003 1
LDAP Library Functions ldapmemfree(3LDAP)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Evolving
SEE ALSO
ldap(3LDAP), ldapfirstattribute(3LDAP),
ldapgetdn(3LDAP), ldapnextattribute(3LDAP), attri-
butes(5)
SunOS 5.11 Last change: 6 Jan 2003 2
|