Lines Matching refs:hresult
147 data->state.hresult = CURLE_OUT_OF_MEMORY; in hyper_each_header()
169 data->state.hresult = result; in hyper_each_header()
183 data->state.hresult = CURLE_ABORTED_BY_CALLBACK; in hyper_each_header()
190 data->state.hresult = result; in hyper_each_header()
240 data->state.hresult = result; in hyper_body_chunk()
252 data->state.hresult = result; in hyper_body_chunk()
259 data->state.hresult = result; in hyper_body_chunk()
399 if(data->state.hresult) { in Curl_hyper_stream()
401 result = data->state.hresult; in Curl_hyper_stream()
491 if(data->state.hresult) { in Curl_hyper_stream()
492 result = data->state.hresult; in Curl_hyper_stream()
702 data->state.hresult = CURLE_OUT_OF_MEMORY; in uploadpostfields()
744 data->state.hresult = result; in uploadstreamed()
764 data->state.hresult = CURLE_OUT_OF_MEMORY; in uploadstreamed()
866 data->state.hresult = result; in http1xx_cb()
877 if(data->state.hresult) in http1xx_cb()