Home
last modified time | relevance | path

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

/external/curl/lib/
Dgetinfo.c62 info->timecond = FALSE; in Curl_initinfo()
208 *param_longp = data->info.timecond ? 1L : 0L; in getinfo_long()
Dtransfer.c364 data->info.timecond = TRUE; in Curl_meets_timecondition()
372 data->info.timecond = TRUE; in Curl_meets_timecondition()
Durldata.h1153 bool timecond; /* set to TRUE if the time condition didn't match, which member
Dftp.c2161 data->info.timecond = TRUE; in ftp_state_mdtm_resp()
2170 data->info.timecond = TRUE; in ftp_state_mdtm_resp()
Dhttp.c3426 data->info.timecond = TRUE; in Curl_http_readwrite_headers()
/external/curl/src/
Dtool_cfgable.h161 curl_TimeCond timecond; member
Dtool_getparam.c1958 config->timecond = CURL_TIMECOND_IFMODSINCE; in getparameter()
1962 config->timecond = CURL_TIMECOND_IFUNMODSINCE; in getparameter()
1967 config->timecond = CURL_TIMECOND_LASTMOD; in getparameter()
1978 config->timecond = CURL_TIMECOND_NONE; in getparameter()
Dtool_operate.c1145 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond); in operate_do()