Home
last modified time | relevance | path

Searched refs:exp100_waker (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Dc-hyper.c224 if(data->hyp.exp100_waker) { in hyper_body_chunk()
225 hyper_waker_wake(data->hyp.exp100_waker); in hyper_body_chunk()
226 data->hyp.exp100_waker = NULL; in hyper_body_chunk()
364 if(data->hyp.exp100_waker) { in Curl_hyper_stream()
365 hyper_waker_wake(data->hyp.exp100_waker); in Curl_hyper_stream()
366 data->hyp.exp100_waker = NULL; in Curl_hyper_stream()
667 if(data->hyp.exp100_waker) in uploadpostfields()
668 hyper_waker_free(data->hyp.exp100_waker); in uploadpostfields()
669 data->hyp.exp100_waker = hyper_context_waker(ctx); in uploadpostfields()
707 if(data->hyp.exp100_waker) in uploadstreamed()
[all...]
H A Dc-hyper.h37 hyper_waker *exp100_waker; member

Completed in 2 milliseconds