Searched defs:http_date_parse_word (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-date.c124 http_date_parse_word(struct http_date_parser *parser, function
168 if (http_date_parse_word(parser, 3, &month) <= 0 || str_len(month) != 3)
243 if (http_date_parse_word(parser, 3, &gmt) <= 0 ||
392 if (http_date_parse_word(parser, 9, &dayname) <= 0)

Completed in 23 milliseconds