Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c190 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_close = ld->ld_extclose_fn; in ldap_get_option()
H A Dsetoption.c203 ld->ld_extclose_fn = in ldap_set_option()
H A Dos-ip.c739 if ( ld->ld_extclose_fn == NULL ) {
742 ld->ld_extclose_fn( sb->sb_sd,
1793 ld->ld_extclose_fn = nsldapi_ext_compat_close;
H A Dldap-int.h311 #define ld_extclose_fn ld_ext_io_fns.lextiof_close macro