Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Drustls.c84 struct io_ctx { struct
92 struct io_ctx *io_ctx = userdata; in read_cb() local
96 ssize_t nread = Curl_conn_cf_recv(io_ctx->cf->next, io_ctx->data, in read_cb()
116 struct io_ctx *io_ctx = userdata; in write_cb() local
119 ssize_t nwritten = Curl_conn_cf_send(io_ctx->cf->next, io_ctx->data, in write_cb()
141 struct io_ctx io_ctx; in tls_recv_more() local
146 io_ctx.cf = cf; in tls_recv_more()
147 io_ctx.data = data; in tls_recv_more()
276 struct io_ctx io_ctx; in cr_flush_out() local
282 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()
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 Dcf-h1-proxy.c596 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 15 milliseconds