Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c191 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_connect = ld->ld_extconnect_fn; in ldap_get_option()
H A Dsetoption.c205 ld->ld_extconnect_fn = in ldap_set_option()
H A Dos-ip.c482 if ( NULL != ld->ld_extconnect_fn ) {
491 s = ld->ld_extconnect_fn( hostlist, defport,
1792 ld->ld_extconnect_fn = nsldapi_ext_compat_connect;
H A Dldap-int.h312 #define ld_extconnect_fn ld_ext_io_fns.lextiof_connect macro
H A Drequest.c968 if ( secure && ld->ld_extconnect_fn == NULL ) { in chase_one_referral()