Home
last modified time | relevance | path

Searched refs:sb_io_fns (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c890 sb->sb_io_fns.lbiof_read = (LDAP_IOF_READ_CALLBACK *) value; in ber_sockbuf_set_option()
894 sb->sb_io_fns.lbiof_write = (LDAP_IOF_WRITE_CALLBACK *) value; in ber_sockbuf_set_option()
947 = sb->sb_io_fns.lbiof_read; in ber_sockbuf_get_option()
951 = sb->sb_io_fns.lbiof_write; in ber_sockbuf_get_option()
1360 return( sb->sb_io_fns.lbiof_read( sb->sb_sd, buf, len )); in nslberi_extread_compat()
1370 return( sb->sb_io_fns.lbiof_write( sb->sb_sd, buf, len )); in nslberi_extwrite_compat()
H A Dlber-int.h181 sb_io_fns; /* classic I/O callback functions */ member