Home
last modified time | relevance | path

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

/titanic_50/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.h252 LDAP_X_EXTIOF_POLL_CALLBACK *lextiof_poll; member
318 #define ld_extpoll_fn ld_ext_io_fns.lextiof_poll
H A Dgetoption.c196 ((struct ldap_x_ext_io_fns_rev0 *) optdata)->lextiof_poll = ld->ld_extpoll_fn; in ldap_get_option()
H A Dsetoption.c214 ((struct ldap_x_ext_io_fns_rev0 *)optdata)->lextiof_poll; in ldap_set_option()
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h269 LDAP_X_EXTIOF_POLL_CALLBACK *lextiof_poll; member
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c107 iofns.lextiof_poll = prldap_poll; in prldap_install_io_functions()