MCPcopy Create free account
hub / github.com/apache/httpd / ap_recent_ctime

Function ap_recent_ctime

server/util_time.c:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163AP_DECLARE(apr_status_t) ap_recent_ctime(char *date_str, apr_time_t t)
164{
165 int len = APR_CTIME_LEN;
166 return ap_recent_ctime_ex(date_str, t, AP_CTIME_OPTION_NONE, &len);
167}
168
169AP_DECLARE(apr_status_t) ap_recent_ctime_ex(char *date_str, apr_time_t t,
170 int option, int *len)

Callers 1

child_errfnFunction · 0.85

Calls 1

ap_recent_ctime_exFunction · 0.85

Tested by

no test coverage detected