Lines Matching defs:date
125 char *date;
139 * [SP warn-date]
146 * warn-date = <"> HTTP-date <">
149 * (\d{3}\s+\S+\s+\".*?\"(\s+\"(.*?)\")?) --> whole in $1, date in $3
156 /* OK, we have a date here */
157 date = apr_pstrndup(pool, val+pmatch[2].rm_so,
159 warn_time = apr_date_parse_http(date);
1039 * If the date is a valid RFC 850 date or asctime() date, then it
1042 static const char *date_canon(apr_pool_t *p, const char *date)
1047 apr_time_t time = apr_date_parse_http(date);
1049 return date;
1055 return date;
1570 /* Delete warnings with wrong date */