Searched refs:Curl_hyper_recv (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/ |
H A D | c-hyper.h | 41 size_t Curl_hyper_recv(void *userp, hyper_context *ctx,
|
H A D | c-hyper.c | 73 size_t Curl_hyper_recv(void *userp, hyper_context *ctx, in Curl_hyper_recv() function 83 DEBUGF(infof(data, "Curl_hyper_recv(%zu)", buflen)); in Curl_hyper_recv() 87 DEBUGF(infof(data, "Curl_hyper_recv(%zu) -> EAGAIN", buflen)); in Curl_hyper_recv() 101 DEBUGF(infof(data, "Curl_hyper_recv(%zu) -> %zd", buflen, nread)); in Curl_hyper_recv() 936 hyper_io_set_read(io, Curl_hyper_recv); in Curl_http()
|
H A D | cf-h1-proxy.c | 597 hyper_io_set_read(io, Curl_hyper_recv); in start_CONNECT()
|
Completed in 3 milliseconds