Searched defs:ldap_ld_free (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dunbind.c50 return( ldap_ld_free( ld, 1 ));
55 ldap_ld_free( LDAP *ld, int close ) function
169 return( ldap_ld_free( ld, 1 ));
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c49 return( ldap_ld_free( ld, NULL, NULL, 1 ) );
57 return( ldap_ld_free( ld, NULL, NULL, 1 ));
66 return( ldap_ld_free( ld, serverctrls, clientctrls, 1 ));
75 ldap_ld_free( LDAP *ld, LDAPControl **serverctrls, function

Completed in 28 milliseconds