Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlibcups2.def391 httpGetDateTime
Dppd-util.c428 *modtime = httpGetDateTime(httpGetField(http2, HTTP_FIELD_DATE)); in cupsGetPPD3()
Dtesthttp.c274 current = httpGetDateTime(buffer); in main()
Dhttp.h466 extern time_t httpGetDateTime(const char *s) _CUPS_PUBLIC;
Dhttp-support.c818 httpGetDateTime(const char *s) /* I - Date/time string */ in httpGetDateTime() function
/external/libcups/notifier/
Drss.c534 event_time = httpGetDateTime(start); in load_rss()
/external/libcups/scheduler/
Dclient.c2625 date = httpGetDateTime(ptr); in check_if_modified()
/external/libcups/tools/
Dipptool.c1167 …er = httpGetField(data->http, HTTP_FIELD_DATE)) != NULL && *header && httpGetDateTime(header) == 0) in do_test()