Home
last modified time | relevance | path

Searched refs:H3_STREAM_LCTX (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/vquic/
H A Dcurl_msh3.c159 #define H3_STREAM_LCTX(d) ((struct HTTP *)(d)->req.p.http)->h3_ctx macro
176 H3_STREAM_LCTX(data) = stream; in h3_data_setup()
194 H3_STREAM_LCTX(data) = NULL; in h3_data_done()
H A Dcurl_ngtcp2.c166 #define H3_STREAM_LCTX(d) ((struct HTTP *)(d)->req.p.http)->h3_ctx macro
200 H3_STREAM_LCTX(data) = stream; in h3_data_setup()
225 H3_STREAM_LCTX(data) = NULL; in h3_data_done()
H A Dcurl_osslq.c501 #define H3_STREAM_LCTX(d) ((struct HTTP *)(d)->req.p.http)->h3_ctx macro
535 H3_STREAM_LCTX(data) = stream; in h3_data_setup()
560 H3_STREAM_LCTX(data) = NULL; in h3_data_done()
H A Dcurl_quiche.c157 #define H3_STREAM_LCTX(d) ((struct HTTP *)(d)->req.p.http)->h3_ctx macro
193 H3_STREAM_LCTX(data) = stream; in h3_data_setup()
222 H3_STREAM_LCTX(data) = NULL; in h3_data_done()

Completed in 15 milliseconds