Searched refs:ldap_ld_free (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | unbind.c | 52 return( ldap_ld_free( ld, NULL, NULL, 1 ) ); in ldap_unbind() 60 return( ldap_ld_free( ld, NULL, NULL, 1 )); in ldap_unbind_s() 69 return( ldap_ld_free( ld, serverctrls, clientctrls, 1 )); in ldap_unbind_ext() 78 ldap_ld_free( LDAP *ld, LDAPControl **serverctrls, in ldap_ld_free() function
|
H A D | open.c | 434 ldap_ld_free( ld, NULL, NULL, 0 ); in ldap_open()
|
H A D | ldap-int.h | 756 int ldap_ld_free( LDAP *ld, LDAPControl **serverctrls,
|