Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c522 if ( ld->ld_extread_fn != NULL || ld->ld_extwrite_fn != NULL ) { in ldap_init()
528 lberiofns.lbextiofn_read = ld->ld_extread_fn; in ldap_init()
H A Dgetoption.c192 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_read = ld->ld_extread_fn; in ldap_get_option()
H A Dsetoption.c207 ld->ld_extread_fn = in ldap_set_option()
H A Dos-ip.c1479 lberiofns.lbextiofn_read = ld->ld_extread_fn;
1789 ld->ld_extread_fn = nsldapi_ext_compat_read;
H A Dldap-int.h313 #define ld_extread_fn ld_ext_io_fns.lextiof_read macro