
Go to the source code of this file.
Functions | |
const char * | mkhttpdlogtime (const time_t *) |
const char * | mkrfc1123 (time_t) |
time_t | parse_rfc1123 (const char *str) |
Function Documentation
◆ mkhttpdlogtime()
const char* mkhttpdlogtime | ( | const time_t * | ) |
◆ mkrfc1123()
const char* mkrfc1123 | ( | time_t | ) |
Definition at line 202 of file rfc1123.c.
References buf, and RFC1123_STRFTIME.
Referenced by ErrorState::compileLegacyCode(), ErrorState::Dump(), DumpAvgStat(), DumpCountersStats(), DumpInfo(), gopherHTMLFooter(), main(), Adaptation::Icap::ModXact::makeRequestHeaders(), print_trailer(), HttpHeader::putTime(), and refreshCheck().
◆ parse_rfc1123()
time_t parse_rfc1123 | ( | const char * | str | ) |
Definition at line 159 of file rfc1123.c.
References NULL, and parse_date().
Referenced by HttpHeader::getTime(), HttpHeader::getTimeOrTag(), and HttpReply::removeStaleWarningValues().