Searched refs:debug_dest (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | log.c | 504 if (context == NULL || context->debug_dest == NULL) in _krb5_debug() 508 krb5_vlog(context, context->debug_dest, level, fmt, ap); in _krb5_debug() 515 if (context == NULL || context->debug_dest == NULL) in _krb5_have_debug() 526 if (context->debug_dest == NULL) { in krb5_set_debug_dest() 527 ret = krb5_initlog(context, program, &context->debug_dest); in krb5_set_debug_dest() 532 ret = krb5_addlog_dest(context, context->debug_dest, log_spec); in krb5_set_debug_dest()
|
| H A D | context.c | 251 if (context->debug_dest) in init_context_from_config_file() 252 krb5_closelog(context, context->debug_dest); in init_context_from_config_file() 254 krb5_initlog(context, "libkrb5", &context->debug_dest); in init_context_from_config_file() 256 krb5_addlog_dest(context, context->debug_dest, *p); in init_context_from_config_file() 588 if(context->debug_dest != NULL) in krb5_copy_context() 641 if(context->debug_dest != NULL) in krb5_free_context() 642 krb5_closelog(context, context->debug_dest); in krb5_free_context()
|
| H A D | krb5_locl.h | 240 struct krb5_log_facility *debug_dest; member
|