Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c467 if ( ld->ld_sasl_io_fns.lextiof_read != NULL || in nsldapi_sasl_install()
475 iofns.lextiof_read = nsldapi_sasl_read; in nsldapi_sasl_install()
479 iofns.lextiof_read = nsldapi_sasl_ne_read; in nsldapi_sasl_install()
H A Dldap-int.h248 LDAP_X_EXTIOF_READ_CALLBACK *lextiof_read; member
313 #define ld_extread_fn ld_ext_io_fns.lextiof_read
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.c208 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_read; in ldap_set_option()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h265 LDAP_X_EXTIOF_READ_CALLBACK *lextiof_read; member
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c105 iofns.lextiof_read = prldap_read; in prldap_install_io_functions()