Home
last modified time | relevance | path

Searched refs:lextiof_write (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c468 ld->ld_sasl_io_fns.lextiof_write != NULL || in nsldapi_sasl_install()
476 iofns.lextiof_write = nsldapi_sasl_write; in nsldapi_sasl_install()
480 iofns.lextiof_write = nsldapi_sasl_ne_write; in nsldapi_sasl_install()
H A Dldap-int.h249 LDAP_X_EXTIOF_WRITE_CALLBACK *lextiof_write; member
314 #define ld_extwrite_fn ld_ext_io_fns.lextiof_write
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.c210 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_write; in ldap_set_option()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h266 LDAP_X_EXTIOF_WRITE_CALLBACK *lextiof_write; member
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c106 iofns.lextiof_write = prldap_write; in prldap_install_io_functions()