Home
last modified time | relevance | path

Searched refs:ld_extwrite_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()
529 lberiofns.lbextiofn_write = ld->ld_extwrite_fn; in ldap_init()
H A Dgetoption.c193 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_write = ld->ld_extwrite_fn; in ldap_get_option()
H A Dsetoption.c209 ld->ld_extwrite_fn = in ldap_set_option()
H A Dos-ip.c1480 lberiofns.lbextiofn_write = ld->ld_extwrite_fn;
1790 ld->ld_extwrite_fn = nsldapi_ext_compat_write;
H A Dldap-int.h314 #define ld_extwrite_fn ld_ext_io_fns.lextiof_write macro