Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c341 return ( ld->ld_sasl_io_fns.lextiof_poll( fds, nfds, timeout, in nsldapi_sasl_poll()
469 ld->ld_sasl_io_fns.lextiof_poll != NULL || in nsldapi_sasl_install()
477 iofns.lextiof_poll = nsldapi_sasl_poll; in nsldapi_sasl_install()
481 iofns.lextiof_poll = nsldapi_sasl_poll; in nsldapi_sasl_install()
H A Dldap-int.h250 LDAP_X_EXTIOF_POLL_CALLBACK *lextiof_poll; member
316 #define ld_extpoll_fn ld_ext_io_fns.lextiof_poll
H A Dgetoption.c194 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_poll = ld->ld_extpoll_fn; in ldap_get_option()
H A Dsetoption.c212 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_poll; in ldap_set_option()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h267 LDAP_X_EXTIOF_POLL_CALLBACK *lextiof_poll; member
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c107 iofns.lextiof_poll = prldap_poll; in prldap_install_io_functions()