proxygen
HTTPCommonHeaders.cpp File Reference
#include "proxygen/lib/http/HTTPCommonHeaders.h"
#include <cstring>
#include <folly/CppAttributes.h>
#include <folly/String.h>
#include <glog/logging.h>

Go to the source code of this file.

Classes

struct  proxygen::HTTPCommonHeaderName
 
class  proxygen::HTTPCommonHeadersInternal
 

Namespaces

 proxygen
 

Macros

#define GPERF_DOWNCASE   1
 
#define GPERF_CASE_MEMCMP   1
 

Enumerations

enum  {
  proxygen::TOTAL_KEYWORDS = 92, proxygen::MIN_WORD_LENGTH = 2, proxygen::MAX_WORD_LENGTH = 37, proxygen::MIN_HASH_VALUE = 5,
  proxygen::MAX_HASH_VALUE = 133
}
 

Functions

static int proxygen::gperf_case_memcmp (register const char *s1, register const char *s2, register unsigned int n)
 

Variables

static unsigned char proxygen::gperf_downcase [256]
 
static const unsigned char proxygen::lengthtable []
 
static const struct HTTPCommonHeaderName proxygen::wordlist []
 

Macro Definition Documentation

#define GPERF_CASE_MEMCMP   1

Definition at line 92 of file HTTPCommonHeaders.cpp.

#define GPERF_DOWNCASE   1

Definition at line 67 of file HTTPCommonHeaders.cpp.