Home
last modified time | relevance | path

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

/external/curl/docs/libcurl/
DMakefile.am29 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/
Dlib517.c129 printf("%d: %s => %ld\n", i, dates[i], (long)curl_getdate(dates[i], NULL)); in test()
/external/curl/packages/EPM/
Dcurl.list.in36 f 0644 cowo pppusers ${mandir}/man3/curl_getdate.3 ./docs/curl_getdate.3
/external/curl/lib/
Dlibcurl.def18 curl_getdate @ 10 ;
Dparsedate.c544 time_t curl_getdate(const char *p, const time_t *now) in curl_getdate() function
Dcookie.c581 co->expires = curl_getdate(co->expirestr, NULL); in Curl_cookie_add()
Dhttp.c3665 k->timeofdoc = curl_getdate(k->p+strlen("Last-Modified:"), in Curl_http_readwrite_headers()
Dftp.c2162 data->info.filetime = (long)curl_getdate(buf, &secs); in ftp_state_mdtm_resp()
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def18 curl_getdate @ 17 NONAME
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def18 curl_getdate @ 17 NONAME
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt94 SYMBOL_VECTOR=(curl_getdate=PROCEDURE)
95 SYMBOL_VECTOR=(CURL_GETDATE/curl_getdate=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt92 [gnv.usr.share.man.man3]curl_getdate.3
/external/curl/tests/data/
Dtest51724 curl_getdate() testing
Dtest113548 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
/external/curl/packages/OS400/
Dccsidcurl.c355 return curl_getdate(p, unused); in curl_getdate_ccsid()
362 t = curl_getdate(s, unused); in curl_getdate_ccsid()
Dcurl.inc.in1904 d curl_getdate pr 10i 0 extproc('curl_getdate') time_t
/external/curl/
DRELEASE-NOTES69 o curl_getdate.3: update RFC reference
DCHANGES.0990 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/
Dcurl.h1652 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
/external/curl/include/curl/
Dcurl.h2049 CURL_EXTERN time_t curl_getdate(const char *p, const time_t *unused);
/external/curl/src/
Dtool_getparam.c1810 config->condtime=curl_getdate(nextarg, &now); in getparameter()
/external/curl/docs/
DINTERNALS365 `curl_getdate()` in lib/parsedate.c is for HTTP date comparisons (and more).