Searched refs:sbiod_sb (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c202 d->sbiod_sb = sb;
317 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
466 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
472 return tcpread( sbiod->sbiod_sb->sb_fd, 0, (unsigned char *)buf,
486 return recv( sbiod->sbiod_sb->sb_fd, buf, len, 0 );
492 return nread( sbiod->sbiod_sb->sb_fd, buf, len );
495 return read( sbiod->sbiod_sb->sb_fd, buf, len );
503 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
510 return tcpwrite( sbiod->sbiod_sb->sb_fd, (unsigned char *)buf,
524 return send( sbiod->sbiod_sb
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dsasl.c602 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
633 sbiod->sbiod_sb->sb_debug );
665 sb_sasl_generic_drop_packet( p, sbiod->sbiod_sb->sb_debug );
668 ber_log_printf( LDAP_DEBUG_ANY, sbiod->sbiod_sb->sb_debug,
687 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
721 ber_log_printf( LDAP_DEBUG_ANY, sbiod->sbiod_sb->sb_debug,
H A Dgssapi.c136 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
139 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
195 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
202 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
213 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
274 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
281 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
290 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
H A Dtls_g.c1006 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
1014 sbiod->sbiod_sb->sb_trans_needs_read = 1;
1022 sbiod->sbiod_sb->sb_trans_needs_read = 1;
1026 sbiod->sbiod_sb->sb_trans_needs_read = 0;
1038 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
1045 sbiod->sbiod_sb->sb_trans_needs_write = 1;
1049 sbiod->sbiod_sb->sb_trans_needs_write = 0;
H A Dtls_o.c871 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
881 sbiod->sbiod_sb->sb_trans_needs_read = 1;
885 sbiod->sbiod_sb->sb_trans_needs_read = 0;
897 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
907 sbiod->sbiod_sb->sb_trans_needs_write = 1;
911 sbiod->sbiod_sb->sb_trans_needs_write = 0;
H A Dtls_m.c1959 pollfd = PR_CreateSocketPollFd( p->sbiod->sbiod_sb->sb_fd );
2495 return getpeername( p->sbiod->sbiod_sb->sb_fd, (struct sockaddr *)addr, &len );
2515 int flags = fcntl( p->sbiod->sbiod_sb->sb_fd, F_GETFL );
2701 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
2709 sbiod->sbiod_sb->sb_trans_needs_read = 1;
2713 sbiod->sbiod_sb->sb_trans_needs_read = 0;
2726 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
2734 sbiod->sbiod_sb->sb_trans_needs_write = 1;
2739 sbiod->sbiod_sb->sb_trans_needs_write = 0;
H A Dcyrus.c175 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
204 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dlber.h181 Sockbuf *sbiod_sb; member in struct:sockbuf_io_desc

Completed in 200 milliseconds