Go to the source code of this file.
Classes | |
class | HttpHeaderHashTable |
Macros | |
#define | GPERF_DOWNCASE 1 |
#define | GPERF_CASE_MEMCMP 1 |
Enumerations | |
enum | { TOTAL_KEYWORDS = 87 , MIN_WORD_LENGTH = 2 , MAX_WORD_LENGTH = 25 , MIN_HASH_VALUE = 12 , MAX_HASH_VALUE = 113 } |
Functions | |
static int | gperf_case_memcmp (const char *s1, const char *s2, size_t n) |
Variables | |
static unsigned char | gperf_downcase [256] |
static const unsigned char | lengthtable [] |
static const class HeaderTableRecord | HttpHeaderDefinitionsTable [] |
Macro Definition Documentation
◆ GPERF_CASE_MEMCMP
#define GPERF_CASE_MEMCMP 1 |
Definition at line 82 of file RegisteredHeadersHash.cci.
◆ GPERF_DOWNCASE
#define GPERF_DOWNCASE 1 |
Definition at line 57 of file RegisteredHeadersHash.cci.
Enumeration Type Documentation
◆ anonymous enum
anonymous enum |
Enumerator | |
---|---|
TOTAL_KEYWORDS | |
MIN_WORD_LENGTH | |
MAX_WORD_LENGTH | |
MIN_HASH_VALUE | |
MAX_HASH_VALUE |
Definition at line 45 of file RegisteredHeadersHash.cci.
Function Documentation
◆ gperf_case_memcmp()
Definition at line 84 of file RegisteredHeadersHash.cci.
Variable Documentation
◆ gperf_downcase
|
static |
Definition at line 58 of file RegisteredHeadersHash.cci.
◆ HttpHeaderDefinitionsTable
|
static |
Definition at line 175 of file RegisteredHeadersHash.cci.
Referenced by Http::HeaderLookupTable_t::initCache().
◆ lengthtable
|
static |
Definition at line 162 of file RegisteredHeadersHash.cci.