Home
last modified time | relevance | path

Searched refs:evutil_date_rfc1123 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Devutil_time.c187 evutil_date_rfc1123(char *date, const size_t datelen, const struct tm *tm) in evutil_date_rfc1123() function
H A Dwhatsnew-2.1.txt491 The evutil_date_rfc1123() returns date in RFC1123
H A Dhttp.c509 if (sizeof(date) - evutil_date_rfc1123(date, sizeof(date), NULL) > 0) { in evhttp_maybe_add_date_header()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dutil.h343 evutil_date_rfc1123(char *date, const size_t datelen, const struct tm *tm);
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_util.c1551 evutil_date_rfc1123(result, 8, &query); in test_evutil_date_rfc1123()
1563 evutil_date_rfc1123(result, sizeof(result), &query); in test_evutil_date_rfc1123()