Searched refs:io_ctx (Results 1 – 4 of 4) sorted by relevance
/curl/lib/vtls/ |
H A D | rustls.c | 85 struct io_ctx { struct 93 struct io_ctx *io_ctx = userdata; in read_cb() argument 97 ssize_t nread = Curl_conn_cf_recv(io_ctx->cf->next, io_ctx->data, in read_cb() 117 struct io_ctx *io_ctx = userdata; in write_cb() local 120 ssize_t nwritten = Curl_conn_cf_send(io_ctx->cf->next, io_ctx->data, in write_cb() 142 struct io_ctx io_ctx; in tls_recv_more() local 147 io_ctx.cf = cf; in tls_recv_more() 148 io_ctx.data = data; in tls_recv_more() 277 struct io_ctx io_ctx; in cr_flush_out() local 283 io_ctx.cf = cf; in cr_flush_out() [all …]
|
/curl/lib/ |
H A D | c-hyper.h | 43 struct hyp_io_ctx io_ctx; member
|
H A D | c-hyper.c | 81 struct hyp_io_ctx *io_ctx = userp; in Curl_hyper_recv() local 82 struct Curl_easy *data = io_ctx->data; in Curl_hyper_recv() 90 result = Curl_conn_recv(data, io_ctx->sockindex, in Curl_hyper_recv() 115 struct hyp_io_ctx *io_ctx = userp; in Curl_hyper_send() local 116 struct Curl_easy *data = io_ctx->data; in Curl_hyper_send() 121 result = Curl_conn_send(data, io_ctx->sockindex, in Curl_hyper_send() 904 h->io_ctx.data = data; in Curl_http() 905 h->io_ctx.sockindex = FIRSTSOCKET; in Curl_http() 906 hyper_io_set_userdata(io, &h->io_ctx); in Curl_http()
|
H A D | cf-h1-proxy.c | 596 h->io_ctx.data = data; in start_CONNECT() 597 h->io_ctx.sockindex = cf->sockindex; in start_CONNECT() 598 hyper_io_set_userdata(io, &h->io_ctx); in start_CONNECT()
|
Completed in 17 milliseconds