Searched refs:sb_ext_io_fns (Results 1 – 3 of 3) sorted by relevance
158 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 …]
184 sb_ext_io_fns; /* extended I/O callback functions */ member
96 ((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_arg743 sb->sb_ext_io_fns.lbextiofn_socket_arg );1406 sb->sb_ext_io_fns.lbextiofn_socket_arg;