Home
last modified time | relevance | path

Searched refs:timecond (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dgetinfo.c65 info->timecond = FALSE; in Curl_initinfo()
302 *param_longp = data->info.timecond ? 1L : 0L; in getinfo_long()
Dtransfer.c393 data->info.timecond = TRUE; in Curl_meets_timecondition()
401 data->info.timecond = TRUE; in Curl_meets_timecondition()
Durldata.h1150 BIT(timecond); /* set to TRUE if the time condition didn't match, which
Dftp.c2174 data->info.timecond = TRUE; in ftp_state_mdtm_resp()
2183 data->info.timecond = TRUE; in ftp_state_mdtm_resp()
Dhttp.c3897 data->info.timecond = TRUE; in Curl_http_statusline()
/third_party/curl/src/
Dtool_cfgable.h198 curl_TimeCond timecond; member
Dtool_getparam.c2640 config->timecond = CURL_TIMECOND_IFMODSINCE; in getparameter()
2644 config->timecond = CURL_TIMECOND_IFUNMODSINCE; in getparameter()
2649 config->timecond = CURL_TIMECOND_LASTMOD; in getparameter()
2664 config->timecond = CURL_TIMECOND_NONE; in getparameter()
Dtool_operate.c2073 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond); in single_transfer()