Home
last modified time | relevance | path

Searched refs:extiofns (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c618 struct lber_x_ext_io_fns extiofns; in prldap_socket_arg_from_ld() local
630 memset( &extiofns, 0, sizeof(extiofns)); in prldap_socket_arg_from_ld()
631 extiofns.lbextiofn_size = LBER_X_EXTIO_FNS_SIZE; in prldap_socket_arg_from_ld()
633 (void *)&extiofns ) < 0 ) { in prldap_socket_arg_from_ld()
637 if ( NULL == extiofns.lbextiofn_socket_arg ) { in prldap_socket_arg_from_ld()
642 *sockargpp = extiofns.lbextiofn_socket_arg; in prldap_socket_arg_from_ld()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c864 struct lber_x_ext_io_fns *extiofns; in ber_sockbuf_set_option() local
898 extiofns = (struct lber_x_ext_io_fns *) value; in ber_sockbuf_set_option()
899 if ( extiofns == NULL ) { /* remove */ in ber_sockbuf_set_option()
902 } else if ( extiofns->lbextiofn_size in ber_sockbuf_set_option()
905 sb->sb_ext_io_fns = *extiofns; in ber_sockbuf_set_option()
924 struct lber_x_ext_io_fns *extiofns; in ber_sockbuf_get_option() local
954 extiofns = (struct lber_x_ext_io_fns *) value; in ber_sockbuf_get_option()
955 if ( extiofns == NULL || extiofns->lbextiofn_size in ber_sockbuf_get_option()
960 *extiofns = sb->sb_ext_io_fns; in ber_sockbuf_get_option()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c386 struct lber_x_ext_io_fns extiofns; in nsldapi_new_connection() local
388 extiofns.lbextiofn_size = LBER_X_EXTIO_FNS_SIZE; in nsldapi_new_connection()
391 LBER_SOCKBUF_OPT_EXT_IO_FNS, &extiofns ) == 0 ) { in nsldapi_new_connection()
393 LBER_SOCKBUF_OPT_EXT_IO_FNS, &extiofns ); in nsldapi_new_connection()