Searched defs:stream3_id (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | curl_quiche.c | 242 get_stream_easy(struct Curl_cfilter *cf, struct Curl_easy *data, int64_t stream3_id) get_stream_easy() argument 421 h3_process_event(struct Curl_cfilter *cf, struct Curl_easy *data, int64_t stream3_id, quiche_h3_event *ev) h3_process_event() argument 497 int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); cf_poll_events() local 843 int64_t stream3_id; h3_open_stream() local [all...] |
H A D | curl_ngtcp2.c | 834 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data() argument 860 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_deferred_consume() argument 481 cb_stream_close(ngtcp2_conn *tconn, uint32_t flags, int64_t stream3_id, uint64_t app_error_code, void *user_data, void *stream_user_data) cb_stream_close() argument
|
H A D | curl_osslq.c | 688 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data() argument
|
Completed in 8 milliseconds