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

          Line data    Source code
       1             : %define hash-function-name http_header_name_hash
       2             : %define lookup-function-name http_header_name_lookup
       3             : %language=C
       4             : %compare-lengths
       5             : %7bit
       6             : %enum
       7             : %includes
       8             : %ignore-case
       9             : %struct-type
      10             : %{
      11             : enum http_header_type{
      12             :         AUTHORIZATION,
      13             :         USER_AGENT,
      14             :         CONTENT_LENGTH,
      15             :         TRANSFER_ENCODING,
      16             : };
      17             : %}
      18             : struct http_header{
      19             :         char *name;
      20             :         enum http_header_type header_type;
      21             : };
      22             : %%
      23             : authorization,          AUTHORIZATION
      24             : user-agent,                     USER_AGENT
      25             : content-length,         CONTENT_LENGTH
      26             : transfer-encoding,      TRANSFER_ENCODING
      27             : %%

Generated by: LCOV version 1.16