Searched refs:timecond (Results 1 – 8 of 8) sorted by relevance
63 info->timecond = FALSE; in Curl_initinfo()280 *param_longp = data->info.timecond ? 1L : 0L; in getinfo_long()
529 data->info.timecond = TRUE; in Curl_meets_timecondition()537 data->info.timecond = TRUE; in Curl_meets_timecondition()
1138 BIT(timecond); /* set to TRUE if the time condition didn't match, which
2105 data->info.timecond = TRUE; in ftp_state_mdtm_resp()2114 data->info.timecond = TRUE; in ftp_state_mdtm_resp()
3722 data->info.timecond = TRUE; in Curl_http_readwrite_headers()
195 curl_TimeCond timecond; member
2220 config->timecond = CURL_TIMECOND_IFMODSINCE; in getparameter()2224 config->timecond = CURL_TIMECOND_IFUNMODSINCE; in getparameter()2229 config->timecond = CURL_TIMECOND_LASTMOD; in getparameter()2244 config->timecond = CURL_TIMECOND_NONE; in getparameter()
1759 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond); in single_transfer()