LCOV - code coverage report
Current view: top level - minipot/http - http_tr_enc.gperf (source / functions) Hit Total Coverage
Test: sentinel-minipot-2.3.0 Code Coverage Lines: 0 14 0.0 %
Date: 2022-11-27 17:36:11 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : %define hash-function-name http_transfer_encoding_hash
       2             : %define lookup-function-name http_transfer_encoding_lookup
       3             : %language=C
       4             : %compare-lengths
       5             : %7bit
       6             : %enum
       7             : %includes
       8             : %ignore-case
       9             : %struct-type
      10             : %{
      11             : enum http_transfer_encoding_type{
      12             :         CHUNKED,
      13             :         COMPRESS,
      14             :         DEFLATE,
      15             :         GZIP
      16             : };
      17             : %}
      18             : struct http_transfer_encoding {
      19             :         char *name;
      20             :         enum http_transfer_encoding_type transfer_encoding_type;
      21             : };
      22             : %%
      23             : chunked,        CHUNKED
      24             : compress,       COMPRESS
      25             : deflate,        DEFLATE
      26             : gzip,           GZIP
      27             : %%

Generated by: LCOV version 1.16