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

/external/curl/src/
H A Dtool_cfgable.h146 curl_TimeCond timecond; member in struct:OperationConfig
H A Dtool_getparam.c1821 config->timecond = CURL_TIMECOND_IFMODSINCE;
1825 config->timecond = CURL_TIMECOND_IFUNMODSINCE;
1830 config->timecond = CURL_TIMECOND_LASTMOD;
1841 config->timecond = CURL_TIMECOND_NONE;
1843 "Illegal date format for -z, --timecond (and not "
H A Dtool_operate.c1116 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond);
/external/curl/lib/
H A Dgetinfo.c59 info->timecond = FALSE;
190 *param_longp = data->info.timecond ? 1L : 0L;
H A Dtransfer.c366 data->info.timecond = TRUE;
374 data->info.timecond = TRUE;
H A Durldata.h1114 bool timecond; /* set to TRUE if the time condition didn't match, which member in struct:PureInfo
H A Dftp.c2238 data->info.timecond = TRUE;
2247 data->info.timecond = TRUE;
H A Dhttp.c3437 data->info.timecond = TRUE;

Completed in 105 milliseconds