Searched defs:ndate (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ | ||
H A D | mod_proxy_http.c | 1045 char* ndate; local 1052 ndate = apr_palloc(p, APR_RFC822_DATE_LEN); 1053 rv = apr_rfc822_date(ndate, time); 1058 return ndate; |
Completed in 2031 milliseconds