LCOV - code coverage report
Current view: top level - bin/default/source4/heimdal/lib/krb5 - k524_err.c (source / functions) Hit Total Coverage
Test: coverage report for abartlet/fix-coverage dd10fb34 Lines: 3 6 50.0 %
Date: 2021-09-23 10:06:22 Functions: 1 2 50.0 %

          Line data    Source code
       1             : #include "config.h"
       2             : /* Generated from /builds/samba-team/devel/samba/source4/heimdal/lib/krb5/k524_err.et */
       3             : /* $Id$ */
       4             : 
       5             : #include <stddef.h>
       6             : #include <com_err.h>
       7             : #include "k524_err.h"
       8             : 
       9             : #define N_(x) (x)
      10             : 
      11             : static const char *k524_error_strings[] = {
      12             :         /* 000 */ N_("wrong keytype in ticket"),
      13             :         /* 001 */ N_("incorrect network address"),
      14             :         /* 002 */ N_("cannot convert V5 principal"),
      15             :         /* 003 */ N_("V5 realm name longer than V4 maximum"),
      16             :         /* 004 */ N_("kerberos V4 error server"),
      17             :         /* 005 */ N_("encoding too large at server"),
      18             :         /* 006 */ N_("decoding out of data"),
      19             :         /* 007 */ N_("service not responding"),
      20             :         NULL
      21             : };
      22             : 
      23             : #define num_errors 8
      24             : 
      25      908739 : void initialize_k524_error_table_r(struct et_list **list)
      26             : {
      27      908739 :     initialize_error_table_r(list, k524_error_strings, num_errors, ERROR_TABLE_BASE_k524);
      28      908739 : }
      29             : 
      30           0 : void initialize_k524_error_table(void)
      31             : {
      32           0 :     init_error_table(k524_error_strings, ERROR_TABLE_BASE_k524, num_errors);
      33           0 : }

Generated by: LCOV version 1.13