Searched refs:stream_ctx (Results 1 – 2 of 2) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_msh3.c | 172 struct stream_ctx { struct 202 h3_stream_ctx_free((struct stream_ctx *)stream); in h3_stream_hash_free() 209 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_data_setup() 235 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_data_done() 263 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_drain_stream() 362 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in write_resp_raw() 389 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in msh3_header_received() 440 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in msh3_data_received() 480 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in msh3_complete() 500 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in msh3_shutdown_complete() [all …]
|
H A D | curl_quiche.c | 169 struct stream_ctx { struct 186 static void h3_stream_ctx_free(struct stream_ctx *stream) in h3_stream_ctx_free() 196 h3_stream_ctx_free((struct stream_ctx *)stream); in h3_stream_hash_free() 223 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_data_setup() 248 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_data_done() 275 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_drain_stream() 294 struct stream_ctx *stream; in get_stream_easy() 346 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in write_resp_raw() 441 struct stream_ctx *stream = H3_STREAM_CTX(ctx, data); in cf_recv_body() 564 struct stream_ctx *stream = NULL; in cf_poll_events() [all …]
|
Completed in 12 milliseconds