Searched refs:curl_getdate (Results 1 – 22 of 22) sorted by relevance
/external/curl/docs/libcurl/ |
D | Makefile.am | 29 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 \ 48 curl_getdate.html curl_getenv.html curl_slist_append.html \ 68 curl_getdate.pdf curl_getenv.pdf curl_slist_append.pdf \
|
/external/curl/tests/libtest/ |
D | lib517.c | 129 printf("%d: %s => %ld\n", i, dates[i], (long)curl_getdate(dates[i], NULL)); in test()
|
/external/curl/packages/EPM/ |
D | curl.list.in | 36 f 0644 cowo pppusers ${mandir}/man3/curl_getdate.3 ./docs/curl_getdate.3
|
/external/curl/lib/ |
D | libcurl.def | 18 curl_getdate @ 10 ;
|
D | parsedate.c | 544 time_t curl_getdate(const char *p, const time_t *now) in curl_getdate() function
|
D | cookie.c | 581 co->expires = curl_getdate(co->expirestr, NULL); in Curl_cookie_add()
|
D | http.c | 3665 k->timeofdoc = curl_getdate(k->p+strlen("Last-Modified:"), in Curl_http_readwrite_headers()
|
D | ftp.c | 2162 data->info.filetime = (long)curl_getdate(buf, &secs); in ftp_state_mdtm_resp()
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 18 curl_getdate @ 17 NONAME
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 18 curl_getdate @ 17 NONAME
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 94 SYMBOL_VECTOR=(curl_getdate=PROCEDURE) 95 SYMBOL_VECTOR=(CURL_GETDATE/curl_getdate=PROCEDURE)
|
D | pcsi_gnv_curl_file_list.txt | 92 [gnv.usr.share.man.man3]curl_getdate.3
|
/external/curl/tests/data/ |
D | test517 | 24 curl_getdate() testing
|
D | test1135 | 48 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
|
/external/curl/packages/OS400/ |
D | ccsidcurl.c | 355 return curl_getdate(p, unused); in curl_getdate_ccsid() 362 t = curl_getdate(s, unused); in curl_getdate_ccsid()
|
D | curl.inc.in | 1904 d curl_getdate pr 10i 0 extproc('curl_getdate') time_t
|
/external/curl/ |
D | RELEASE-NOTES | 69 o curl_getdate.3: update RFC reference
|
D | CHANGES.0 | 990 that now makes curl_getdate(3) actually handles RFC 822 formatted dates that 5777 (http://curl.haxx.se/bug/view.cgi?id=1230118) curl_getdate() did not work 7217 automatic DST adjustment is enabled. This made curl_getdate() return wrong 7613 - Adjusted the man page for the curl_getdate() return value for dates after 12865 - Andreas Damm posted a huge patch that made the curl_getdate() function fully
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 1652 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
|
/external/curl/include/curl/ |
D | curl.h | 2049 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
|
/external/curl/src/ |
D | tool_getparam.c | 1810 config->condtime=curl_getdate(nextarg, &now); in getparameter()
|
/external/curl/docs/ |
D | INTERNALS | 365 `curl_getdate()` in lib/parsedate.c is for HTTP date comparisons (and more).
|