LCOV - code coverage report
Current view: top level - bin/default/third_party/heimdal/lib/krb5 - kx509_err.c (source / functions) Hit Total Coverage
Test: coverage report for support-claim-type-attributes 6b5c566e Lines: 0 6 0.0 %
Date: 2023-11-21 12:31:41 Functions: 0 2 0.0 %

          Line data    Source code
       1             : #include "config.h"
       2             : /* Generated from /builds/AnthonyCI/samba/third_party/heimdal/lib/krb5/kx509_err.et */
       3             : 
       4             : #include <stddef.h>
       5             : #include <com_err.h>
       6             : #include "kx509_err.h"
       7             : 
       8             : #define N_(x) (x)
       9             : 
      10             : static const char *const kx59_error_strings[] = {
      11             :         /* 000 */ N_("Kx509 success"),
      12             :         /* 001 */ N_("Kx509 request error, possibly unsupported version"),
      13             :         /* 002 */ N_("Kx509 request error such as expired credentials"),
      14             :         /* 003 */ N_("Kx509 request timed out"),
      15             :         /* 004 */ N_("Permanent server problem"),
      16             :         /* 005 */ N_("Kx509 server is overloaded"),
      17             :         NULL
      18             : };
      19             : 
      20             : #define num_errors 6
      21             : 
      22           0 : void initialize_kx59_error_table_r(struct et_list **list)
      23             : {
      24           0 :     initialize_error_table_r(list, kx59_error_strings, num_errors, ERROR_TABLE_BASE_kx59);
      25           0 : }
      26             : 
      27           0 : void initialize_kx59_error_table(void)
      28             : {
      29           0 :     init_error_table(kx59_error_strings, ERROR_TABLE_BASE_kx59, num_errors);
      30           0 : }

Generated by: LCOV version 1.14