HomeSort by: relevance | last modified time | path
    Searched refs:sbiod_sb (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c 205 d->sbiod_sb = sb;
320 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
469 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
475 return tcpread( sbiod->sbiod_sb->sb_fd, 0, (unsigned char *)buf,
489 return recv( sbiod->sbiod_sb->sb_fd, buf, len, 0 );
495 return nread( sbiod->sbiod_sb->sb_fd, buf, len );
498 return read( sbiod->sbiod_sb->sb_fd, buf, len );
506 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
513 return tcpwrite( sbiod->sbiod_sb->sb_fd, (unsigned char *)buf,
527 return send( sbiod->sbiod_sb->sb_fd, buf, len, 0 )
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
sasl.c 672 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
703 sbiod->sbiod_sb->sb_debug );
735 sb_sasl_generic_drop_packet( p, sbiod->sbiod_sb->sb_debug );
738 ber_log_printf( LDAP_DEBUG_ANY, sbiod->sbiod_sb->sb_debug,
757 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
791 ber_log_printf( LDAP_DEBUG_ANY, sbiod->sbiod_sb->sb_debug,
gssapi.c 139 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
142 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
199 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
206 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
218 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
279 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
286 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
296 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
tls_g.c 1147 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
1155 sbiod->sbiod_sb->sb_trans_needs_read = 1;
1163 sbiod->sbiod_sb->sb_trans_needs_read = 1;
1167 sbiod->sbiod_sb->sb_trans_needs_read = 0;
1179 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
1186 sbiod->sbiod_sb->sb_trans_needs_write = 1;
1190 sbiod->sbiod_sb->sb_trans_needs_write = 0;
tls_o.c 1443 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
1453 sbiod->sbiod_sb->sb_trans_needs_read = 1;
1457 sbiod->sbiod_sb->sb_trans_needs_read = 0;
1469 assert( SOCKBUF_VALID( sbiod->sbiod_sb ) );
1479 sbiod->sbiod_sb->sb_trans_needs_write = 1;
1483 sbiod->sbiod_sb->sb_trans_needs_write = 0;
cyrus.c 170 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
199 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug,
  /src/external/bsd/openldap/dist/include/
lber.h 181 Sockbuf *sbiod_sb; member in struct:sockbuf_io_desc

Completed in 33 milliseconds