Home
last modified time | relevance | path

Searched refs:curl_getdate (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib517.c164 time_t out = curl_getdate(dates[i].input, NULL); in test()
/third_party/curl/lib/
H A Dparsedate.c582 time_t curl_getdate(const char *p, const time_t *now) in curl_getdate() function
598 /* Curl_getdate_capped() differs from curl_getdate() in that this will return
/third_party/curl/packages/OS400/
H A Dccsidcurl.c377 return curl_getdate(p, unused); in curl_getdate_ccsid()
384 t = curl_getdate(s, unused); in curl_getdate_ccsid()
/third_party/curl/include/curl/
H A Dcurl.h2813 * NAME curl_getdate()
2821 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
/third_party/curl/src/
H A Dtool_getparam.c2725 config->condtime = (curl_off_t)curl_getdate(nextarg, &now); in getparameter()
2738 "See curl_getdate(3) for valid date syntax."); in getparameter()

Completed in 14 milliseconds