Lines Matching defs:http_date_parser
84 struct http_date_parser {
92 http_date_parse_sp(struct http_date_parser *parser)
103 http_date_parse_number(struct http_date_parser *parser,
124 http_date_parse_word(struct http_date_parser *parser,
151 http_date_parse_year(struct http_date_parser *parser)
163 http_date_parse_month(struct http_date_parser *parser)
184 http_date_parse_day(struct http_date_parser *parser)
193 http_date_parse_time_of_day(struct http_date_parser *parser)
227 http_date_parse_time_gmt(struct http_date_parser *parser)
250 http_date_parse_format_imf_fixdate(struct http_date_parser *parser)
286 http_date_parse_format_rfc850(struct http_date_parser *parser)
332 http_date_parse_format_asctime(struct http_date_parser *parser)
377 http_date_parse_format_any(struct http_date_parser *parser)
434 struct http_date_parser parser;