Searched refs:this_is_a_follow (Results 1 – 4 of 4) sorted by relevance
1308 data->state.this_is_a_follow = FALSE; /* reset this */ in Curl_pretransfer()1638 data->state.this_is_a_follow = TRUE; in Curl_follow()
740 if(!data->state.this_is_a_follow || in Curl_http_output_auth()1813 if(!data->state.this_is_a_follow) { in Curl_http()1965 if(ptr && (!data->state.this_is_a_follow || in Curl_http()2144 if(data->state.resume_from && !data->state.this_is_a_follow) { in Curl_http()
1218 bool this_is_a_follow; /* this is a followed Location: request */ member
3892 if(data->state.this_is_a_follow && in findprotocol()5698 if(data->set.reuse_fresh && !data->state.this_is_a_follow) in create_conn()