Home
last modified time | relevance | path

Searched refs:io_ctx (Results 1 – 4 of 4) sorted by relevance

/curl/lib/vtls/
H A Drustls.c81 struct io_ctx { struct
89 struct io_ctx *io_ctx = userdata; in read_cb() argument
93 ssize_t nread = Curl_conn_cf_recv(io_ctx->cf->next, io_ctx->data, in read_cb()
113 struct io_ctx *io_ctx = userdata; in write_cb() local
116 ssize_t nwritten = Curl_conn_cf_send(io_ctx->cf->next, io_ctx->data, in write_cb()
137 struct io_ctx io_ctx; in tls_recv_more() local
142 io_ctx.cf = cf; in tls_recv_more()
143 io_ctx.data = data; in tls_recv_more()
272 struct io_ctx io_ctx; in cr_flush_out() local
278 io_ctx.cf = cf; in cr_flush_out()
[all …]
/curl/lib/
H A Dc-hyper.h43 struct hyp_io_ctx io_ctx; member
H A Dc-hyper.c81 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()
878 h->io_ctx.data = data; in Curl_http()
879 h->io_ctx.sockindex = FIRSTSOCKET; in Curl_http()
880 hyper_io_set_userdata(io, &h->io_ctx); in Curl_http()
H A Dcf-h1-proxy.c598 h->io_ctx.data = data; in start_CONNECT()
599 h->io_ctx.sockindex = cf->sockindex; in start_CONNECT()
600 hyper_io_set_userdata(io, &h->io_ctx); in start_CONNECT()

Completed in 22 milliseconds