Searched refs:ldap_free_connection (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | request.c | 201 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 D | abandon.c | 303 ldap_free_connection( ld, lc, 0, 1 ); in do_abandon()
|
H A D | unbind.c | 123 ldap_free_connection( ld, ld->ld_conns, 1, close ); in ldap_ld_free()
|
H A D | ldap-int.h | 809 LDAP_F (void) ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind );
|
H A D | result.c | 379 ldap_free_connection( ld, lc, 0, 1 ); in wait4msg()
|