proxygen
|
#include <http_parser.h>
Public Attributes | |
uint16_t | field_set |
uint16_t | port |
struct { | |
uint16_t off | |
uint16_t len | |
} | field_data [UF_MAX] |
Definition at line 282 of file http_parser.h.
struct { ... } http_parser_url::field_data[UF_MAX] |
Referenced by dump_url(), http_parse_host(), http_parser_parse_url(), and proxygen::ParseURL::parse().
uint16_t http_parser_url::field_set |
Definition at line 283 of file http_parser.h.
Referenced by dump_url(), http_parse_host(), and http_parser_parse_url().
uint16_t http_parser_url::len |
Definition at line 288 of file http_parser.h.
Referenced by dump_url(), http_parse_host(), http_parser_parse_url(), and proxygen::ParseURL::parse().
uint16_t http_parser_url::off |
Definition at line 287 of file http_parser.h.
Referenced by dump_url(), http_parse_host(), http_parser_parse_url(), and proxygen::ParseURL::parse().
uint16_t http_parser_url::port |
Definition at line 284 of file http_parser.h.
Referenced by dump_url(), http_parser_parse_url(), and proxygen::ParseURL::parse().