LCOV - code coverage report
Current view: top level - bin/default/third_party/heimdal/lib/krb5 - k5e1_err.c (source / functions) Hit Total Coverage
Test: coverage report for fix-15632 9995c5c2 Lines: 3 6 50.0 %
Date: 2024-04-13 12:30:31 Functions: 1 2 50.0 %

          Line data    Source code
       1             : #include "config.h"
       2             : /* Generated from /builds/raboof/samba/third_party/heimdal/lib/krb5/k5e1_err.et */
       3             : /* $Id$ */
       4             : 
       5             : #include <stddef.h>
       6             : #include <com_err.h>
       7             : #include "k5e1_err.h"
       8             : 
       9             : #define N_(x) (x)
      10             : 
      11             : static const char *const k5e1_error_strings[] = {
      12             :         /* 000 */ "Reserved k5e1 error (0)",
      13             :         /* 001 */ "Reserved k5e1 error (1)",
      14             :         /* 002 */ "Reserved k5e1 error (2)",
      15             :         /* 003 */ "Reserved k5e1 error (3)",
      16             :         /* 004 */ N_("Can't create new subsidiary cache"),
      17             :         /* 005 */ N_("Invalid keyring anchor name"),
      18             :         /* 006 */ N_("Unknown keyring collection version"),
      19             :         /* 007 */ N_("Invalid UID in persistent keyring name"),
      20             :         NULL
      21             : };
      22             : 
      23             : #define num_errors 8
      24             : 
      25      784504 : void initialize_k5e1_error_table_r(struct et_list **list)
      26             : {
      27      784504 :     initialize_error_table_r(list, k5e1_error_strings, num_errors, ERROR_TABLE_BASE_k5e1);
      28      784504 : }
      29             : 
      30           0 : void initialize_k5e1_error_table(void)
      31             : {
      32           0 :     init_error_table(k5e1_error_strings, ERROR_TABLE_BASE_k5e1, num_errors);
      33           0 : }

Generated by: LCOV version 1.14