Searched defs:connectwithtofn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c177 NSLDAPI_CONNECT_WITH_TO_FN *connectwithtofn,
539 NSLDAPI_IOCTL_FN *ioctlfn, NSLDAPI_CONNECT_WITH_TO_FN *connectwithtofn,
668 if ( NULL != connectwithtofn ) {
669 err = (*connectwithtofn)(s,
1679 NSLDAPI_CONNECT_WITH_TO_FN *connectwithtofn; local
1701 connectwithtofn = nsldapi_os_connect_with_to;
1704 connectwithtofn = NULL;
1711 secure, socketfn, ioctlfn, connectwithtofn,
537 nsldapi_try_each_host( LDAP *ld, const char *hostlist, int defport, int secure, NSLDAPI_SOCKET_FN *socketfn, NSLDAPI_IOCTL_FN *ioctlfn, NSLDAPI_CONNECT_WITH_TO_FN *connectwithtofn, NSLDAPI_CONNECT_FN *connectfn, NSLDAPI_CLOSE_FN *closefn ) argument

Completed in 67 milliseconds