Lines Matching refs:hresult
157 data->state.hresult = CURLE_TOO_LARGE; in hyper_each_header()
176 data->state.hresult = result; in hyper_each_header()
189 data->state.hresult = CURLE_ABORTED_BY_CALLBACK; in hyper_each_header()
195 data->state.hresult = result; in hyper_each_header()
243 data->state.hresult = result; in hyper_body_chunk()
250 data->state.hresult = result; in hyper_body_chunk()
383 if(data->state.hresult) { in Curl_hyper_stream()
385 result = data->state.hresult; in Curl_hyper_stream()
474 if(data->state.hresult) { in Curl_hyper_stream()
475 result = data->state.hresult; in Curl_hyper_stream()
713 data->state.hresult = result; in uploadstreamed()
803 data->state.hresult = result; in http1xx_cb()
814 if(data->state.hresult) in http1xx_cb()