Searched refs:timecondition (Results 1 – 6 of 6) sorted by relevance
458 if(fstated && !data->state.range && data->set.timecondition && in file_do()
1559 if(data->set.timecondition == CURL_TIMECOND_NONE) in Curl_add_timecondition()1570 switch(data->set.timecondition) { in Curl_add_timecondition()2415 if(data->set.timecondition && !data->state.range) { in Curl_http_firstwrite()2961 (data->set.timecondition || data->set.get_filetime)) ? in Curl_http_header()3252 if(data->set.timecondition) in Curl_http_statusline()
139 switch(data->set.timecondition) { in Curl_meets_timecondition()
1651 unsigned char timecondition; /* kind of time comparison: curl_TimeCond */ member
1477 if((data->set.get_filetime || data->set.timecondition) && ftpc->file) { in ftp_state_mdtm()2125 if(data->set.timecondition) { in ftp_state_mdtm_resp()2127 switch(data->set.timecondition) { in ftp_state_mdtm_resp()
441 data->set.timecondition = (unsigned char)(curl_TimeCond)arg; in setopt_long()
Completed in 37 milliseconds