ldap_controls_free(3ldap) sunos man page | unix.com

Man Page: ldap_controls_free

Operating Environment: sunos

Section: 3ldap

ldap_control_free(3LDAP)				      LDAP Library Functions					  ldap_control_free(3LDAP)

NAME
ldap_control_free, ldap_controls_free - LDAP control disposal
SYNOPSIS
cc[ flag... ] file... -lldap[ library... ] #include <lber.h> #include <ldap.h> void ldap_control_free(LDAPControl *ctrl); void ldap_controls_free(LDAPControl *ctrls);
DESCRIPTION
ldap_controls_free() and ldap_control_free() are routines which can be used to dispose of a single control or an array of controls allo- cated by other LDAP APIs.
RETURN VALUES
None.
ERRORS
No errors are defined for these functions.
ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWcsl (32-bit) | | |SUNWcslx (64-bit) | |Interface Stability |Evolving | +-----------------------------+-----------------------------+
SEE ALSO
ldap_error(3LDAP), ldap_result(3LDAP), attributes(5) SunOS 5.10 27 Jan 2002 ldap_control_free(3LDAP)
Related Man Pages
ldap_control_free(3ldap) - opensolaris
ldap_parse_sasl_bind_result(3ldap) - opensolaris
ldap_control_free(3ldap) - sunos
ldap_abandon(3ldap) - sunos
ldap_parse_extended_result(3ldap) - sunos
Similar Topics in the Unix Linux Community
The 500 Mile Email
Once upon an uptime.
Using awk to remove lines from file that match text
Best performance UNIX just for HOST Virtualization?
Outputting sequences based on length with sed