Lines Matching refs:hyp
95 if(data->hyp.read_waker) in Curl_hyper_recv()
96 hyper_waker_free(data->hyp.read_waker); in Curl_hyper_recv()
97 data->hyp.read_waker = hyper_context_waker(ctx); in Curl_hyper_recv()
98 if(!data->hyp.read_waker) { in Curl_hyper_recv()
126 if(data->hyp.write_waker) in Curl_hyper_send()
127 hyper_waker_free(data->hyp.write_waker); in Curl_hyper_send()
128 data->hyp.write_waker = hyper_context_waker(ctx); in Curl_hyper_send()
129 if(!data->hyp.write_waker) { in Curl_hyper_send()
225 if(data->hyp.send_body_waker) { in hyper_body_chunk()
226 hyper_waker_wake(data->hyp.send_body_waker); in hyper_body_chunk()
227 data->hyp.send_body_waker = NULL; in hyper_body_chunk()
345 struct hyptransfer *h = &data->hyp; in Curl_hyper_stream()
354 if(data->hyp.send_body_waker) { in Curl_hyper_stream()
357 hyper_waker_wake(data->hyp.send_body_waker); in Curl_hyper_stream()
358 data->hyp.send_body_waker = NULL; in Curl_hyper_stream()
700 if(data->hyp.send_body_waker) in uploadstreamed()
701 hyper_waker_free(data->hyp.send_body_waker); in uploadstreamed()
702 data->hyp.send_body_waker = hyper_context_waker(ctx); in uploadstreamed()
826 struct hyptransfer *h = &data->hyp; in Curl_http()
1193 struct hyptransfer *h = &data->hyp; in Curl_hyper_done()
1216 if(data->hyp.send_body_waker) { in cr_hyper_unpause()
1217 hyper_waker_wake(data->hyp.send_body_waker); in cr_hyper_unpause()
1218 data->hyp.send_body_waker = NULL; in cr_hyper_unpause()