Lines Matching refs:failure_context
42 static struct failure_context failure_ctx_debug = { .type = LOG_TYPE_DEBUG };
43 static struct failure_context failure_ctx_info = { .type = LOG_TYPE_INFO };
44 static struct failure_context failure_ctx_warning = { .type = LOG_TYPE_WARNING };
45 static struct failure_context failure_ctx_error = { .type = LOG_TYPE_ERROR };
55 i_internal_error_handler(const struct failure_context *ctx,
83 static void log_prefix_add(const struct failure_context *ctx, string_t *str)
180 default_handler(const struct failure_context *ctx, int fd,
233 void default_fatal_handler(const struct failure_context *ctx,
245 void default_error_handler(const struct failure_context *ctx,
273 void i_log_type(const struct failure_context *ctx, const char *format, ...)
282 void i_log_typev(const struct failure_context *ctx, const char *format,
299 struct failure_context ctx;
313 struct failure_context ctx;
328 struct failure_context ctx;
422 syslog_handler(const struct failure_context *ctx,
446 void i_syslog_fatal_handler(const struct failure_context *ctx,
458 void i_syslog_error_handler(const struct failure_context *ctx,
613 internal_handler(const struct failure_context *ctx,
709 i_internal_fatal_handler(const struct failure_context *ctx,
722 i_internal_error_handler(const struct failure_context *ctx,