Searched refs:dates (Results 1 – 8 of 8) sorted by relevance
33 static const struct dcheck dates[] = { variable163 for(i = 0; dates[i].input; i++) { in test()164 time_t out = curl_getdate(dates[i].input, NULL); in test()165 if(out != dates[i].output) { in test()167 dates[i].input, (long)out, (long)dates[i].output); in test()
36 This function works with valid dates and does not always detect and reject37 wrong dates, such as February 30.134 dates in this way of doing dates existed before then.)
34 set dates beyond the year 2038. Consider CURLOPT_TIMEVALUE_LARGE(3)
37 used to set dates beyond the year 2038.
41 Consider CURLINFO_FILETIME_T(3) instead to be able to extract dates beyond the
43 bit long variables to extract dates outside of the 32-bit timestamp range.
33 that would normally include file sizes, dates etc.
37 Setting cookies set with expired dates that were loaded from jar
Completed in 15 milliseconds