Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c68 static const char * const http_months[12] = variable
814 … %s %d %02d:%02d:%02d GMT", http_days[tdate->tm_wday], tdate->tm_mday, http_months[tdate->tm_mon],… in httpGetDateString2()
857 if (!_cups_strcasecmp(mon, http_months[i])) in httpGetDateTime()