Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c158 if ( sb->sb_ext_io_fns.lbextiofn_read != NULL ) { in ber_filbuf()
159 rc = sb->sb_ext_io_fns.lbextiofn_read( in ber_filbuf()
163 sb->sb_ext_io_fns.lbextiofn_socket_arg ); in ber_filbuf()
389 if ( sb->sb_ext_io_fns.lbextiofn_write != NULL ) { in ber_flush()
390 if ( (rc = sb->sb_ext_io_fns.lbextiofn_write( in ber_flush()
392 sb->sb_ext_io_fns.lbextiofn_socket_arg )) in ber_flush()
900 (void)memset( (char *)&sb->sb_ext_io_fns, '\0', in ber_sockbuf_set_option()
901 sizeof(sb->sb_ext_io_fns )); in ber_sockbuf_set_option()
905 sb->sb_ext_io_fns = *extiofns; in ber_sockbuf_set_option()
960 *extiofns = sb->sb_ext_io_fns; in ber_sockbuf_get_option()
[all …]
H A Dlber-int.h184 sb_ext_io_fns; /* extended I/O callback functions */ member
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c96 ((sbp)->sb_ext_io_fns.lbextiofn_socket_arg == (pollfd).lpoll_socketarg) ) )
100 (sbp)->sb_ext_io_fns.lbextiofn_socket_arg == (pollfd).lpoll_socketarg)
494 &sb->sb_ext_io_fns.lbextiofn_socket_arg
743 sb->sb_ext_io_fns.lbextiofn_socket_arg );
1406 sb->sb_ext_io_fns.lbextiofn_socket_arg;