Home
last modified time | relevance | path

Searched refs:ldap_free_connection (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c201 ldap_free_connection( ld, lc, 0, 0 ); in ldap_int_flush_request()
356 ldap_free_connection( ld, lc, 0, 0 ); in ldap_send_server_request()
556 ldap_free_connection( ld, lc, 1, 0 ); in ldap_new_connection()
602 ldap_free_connection( ld, lc, 1, 0 ); in ldap_new_connection()
672 ldap_free_connection( ld, lc, 1, 0 ); in ldap_new_connection()
737 ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind ) in ldap_free_connection() function
H A Dabandon.c303 ldap_free_connection( ld, lc, 0, 1 ); in do_abandon()
H A Dunbind.c123 ldap_free_connection( ld, ld->ld_conns, 1, close ); in ldap_ld_free()
H A Dldap-int.h809 LDAP_F (void) ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind );
H A Dresult.c379 ldap_free_connection( ld, lc, 0, 1 ); in wait4msg()