Home
last modified time | relevance | path

Searched defs:stream3_id (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/vquic/
Dcurl_quiche.c205 int64_t stream3_id, quiche_h3_event *ev) in h3_add_event()
341 int64_t stream3_id, in h3_process_event()
445 int64_t stream3_id = data->req.p.http? data->req.p.http->stream3_id : -1; in cf_process_ingress() local
535 int64_t stream3_id = data->req.p.http? data->req.p.http->stream3_id : -1; in cf_flush_egress() local
651 int64_t stream3_id = quiche_h3_conn_poll(ctx->h3c, ctx->qconn, &ev); in cf_poll_events() local
780 int64_t stream3_id; in cf_http_request() local
Dcurl_ngtcp2.c694 int64_t stream3_id, uint64_t app_error_code, in cb_stream_close()
997 static int cb_h3_recv_data(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_recv_data()
1012 static int cb_h3_deferred_consume(nghttp3_conn *conn, int64_t stream3_id, in cb_h3_deferred_consume()
1529 int64_t stream3_id; in h3_stream_open() local
/external/curl/lib/
Dhttp.h258 int64_t stream3_id; /* stream we are interested in */ member