Searched refs:sb_debug (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/liblber/ |
| H A D | sockbuf.c | 369 sb->sb_debug = ber_int_debug; in ber_int_sb_init() 835 if (sbiod->sbiod_sb->sb_debug & LDAP_DEBUG_PACKETS) { in sb_debug_read() 838 ber_log_printf( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug, in sb_debug_read() 842 ber_log_printf( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug, in sb_debug_read() 845 ber_log_bprint( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug, in sb_debug_read() 860 if (sbiod->sbiod_sb->sb_debug & LDAP_DEBUG_PACKETS) { in sb_debug_write() 863 ber_log_printf( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug, in sb_debug_write() 868 ber_log_printf( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug, in sb_debug_write() 871 ber_log_bprint( LDAP_DEBUG_PACKETS, sbiod->sbiod_sb->sb_debug, in sb_debug_write()
|
| H A D | io.c | 240 if ( sb->sb_debug ) { in ber_flush2() 241 ber_log_printf( LDAP_DEBUG_TRACE, sb->sb_debug, in ber_flush2() 245 ber_log_bprint( LDAP_DEBUG_BER, sb->sb_debug, in ber_flush2()
|
| H A D | lber-int.h | 137 #define sb_debug sb_opts.lbo_debug macro
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | gssapi.c | 139 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_init() 142 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_init() 199 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_encode() 206 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_encode() 218 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_encode() 279 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_decode() 286 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_decode() 296 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_gssapi_decode()
|
| H A D | sasl.c | 703 sbiod->sbiod_sb->sb_debug ); in sb_sasl_generic_read() 735 sb_sasl_generic_drop_packet( p, sbiod->sbiod_sb->sb_debug ); in sb_sasl_generic_read() 738 ber_log_printf( LDAP_DEBUG_ANY, sbiod->sbiod_sb->sb_debug, in sb_sasl_generic_read() 791 ber_log_printf( LDAP_DEBUG_ANY, sbiod->sbiod_sb->sb_debug, in sb_sasl_generic_write()
|
| H A D | cyrus.c | 170 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_cyrus_encode() 199 ber_log_printf( LDAP_DEBUG_ANY, p->sbiod->sbiod_sb->sb_debug, in sb_sasl_cyrus_decode()
|