]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_parse_result.3
Integer indexing - handle huge values
[openldap] / doc / man / man3 / ldap_parse_result.3
index 4c6eacda90fc4718670ee452dc08bd79514524e8..5d30af687c0be6fe1d8886617da59135cb94974f 100644 (file)
@@ -1,9 +1,11 @@
 .TH LDAP_PARSE_RESULT 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_parse_result \- Parsing results
+.SH LIBRARY
+OpenLDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
@@ -12,7 +14,8 @@ ldap_parse_result \- Parsing results
 .ft B
 int ldap_parse_result( LDAP *ld, LDAPMessage *result,
        int *errcodep, char **matcheddnp, char **errmsgp,
-       char ***referralsp, LDAPControl ***serverctrlsp, int freeit )
+       char ***referralsp, LDAPControl ***serverctrlsp,
+       int freeit )
 .LP
 .ft B
 int ldap_parse_sasl_bind_result( LDAP *ld, LDAPMessage *result,
@@ -55,7 +58,7 @@ field from the parsed message. This string should be freed using
 .LP
 The \fIreferralsp\fP parameter will be filled in with an allocated array of
 referral strings from the parsed message. This array should be freed using
-.BR ldap_value_free (3).
+.BR ldap_memvfree (3).
 If no referrals were returned, \fI*referralsp\fP is set to NULL.
 .LP
 The \fIserverctrlsp\fP parameter will be filled in with an allocated array of
@@ -96,11 +99,9 @@ result parameters are undefined.
 .BR ldap_result (3),
 .BR ldap_search (3),
 .BR ldap_memfree (3),
+.BR ldap_memvfree (3),
 .BR ldap_get_values (3),
 .BR ldap_controls_free (3),
 .BR lber-types (3)
 .SH ACKNOWLEDGEMENTS
-.B     OpenLDAP
-is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
-.B     OpenLDAP
-is derived from University of Michigan LDAP 3.3 Release.  
+.so ../Project