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 ) {
159 rc = sb->sb_ext_io_fns.lbextiofn_read(
163 sb->sb_ext_io_fns.lbextiofn_socket_arg );
389 if ( sb->sb_ext_io_fns.lbextiofn_write != NULL ) {
390 if ( (rc = sb->sb_ext_io_fns.lbextiofn_write(
392 sb->sb_ext_io_fns.lbextiofn_socket_arg ))
900 (void)memset( (char *)&sb->sb_ext_io_fns, '\0',
901 sizeof(sb->sb_ext_io_fns ));
905 sb->sb_ext_io_fns = *extiofns;
960 *extiofns = sb->sb_ext_io_fns;
[all...]
H A Dlber-int.h188 sb_ext_io_fns; /* extended I/O callback functions */ member in struct:sockbuf
/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;

Completed in 65 milliseconds