Home
last modified time | relevance | path

Searched refs:ld_extdisposehandle_fn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c129 if ( ld->ld_extdisposehandle_fn != NULL ) { in ldap_ld_free()
134 ld->ld_extdisposehandle_fn( ld, ld->ld_ext_session_arg ); in ldap_ld_free()
H A Dgetoption.c196 … ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_disposehandle = ld->ld_extdisposehandle_fn; in ldap_get_option()
H A Dsetoption.c215 ld->ld_extdisposehandle_fn = in ldap_set_option()
H A Dldap-int.h318 #define ld_extdisposehandle_fn ld_ext_io_fns.lextiof_disposehandle macro