Home
last modified time | relevance | path

Searched refs:nghttp3_stream (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h116 nghttp3_stream object can still alive because it might be blocked
167 typedef struct nghttp3_stream nghttp3_stream; typedef
180 typedef int (*nghttp3_stream_acked_data)(nghttp3_stream *stream,
203 struct nghttp3_stream { struct
260 nghttp3_objalloc_def(stream, nghttp3_stream, oplent);
274 int nghttp3_stream_new(nghttp3_stream **pstream, int64_t stream_id,
280 void nghttp3_stream_del(nghttp3_stream *stream);
289 int nghttp3_stream_frq_add(nghttp3_stream *stream,
292 int nghttp3_stream_fill_outq(nghttp3_stream *strea
[all...]
H A Dnghttp3_conn.h34 #include "nghttp3_stream.h"
135 nghttp3_stream *ctrl;
136 nghttp3_stream *qenc;
137 nghttp3_stream *qdec;
143 nghttp3_stream *nghttp3_conn_find_stream(nghttp3_conn *conn, int64_t stream_id);
145 int nghttp3_conn_create_stream(nghttp3_conn *conn, nghttp3_stream **pstream,
149 nghttp3_stream *stream, const uint8_t *src,
152 nghttp3_ssize nghttp3_conn_read_uni(nghttp3_conn *conn, nghttp3_stream *stream,
156 nghttp3_stream *stream,
167 int nghttp3_conn_on_data(nghttp3_conn *conn, nghttp3_stream *strea
[all...]
H A Dnghttp3_conn.c52 static int conn_call_begin_headers(nghttp3_conn *conn, nghttp3_stream *stream) { in conn_call_begin_headers()
69 static int conn_call_end_headers(nghttp3_conn *conn, nghttp3_stream *stream, in conn_call_end_headers()
88 nghttp3_stream *stream) { in conn_call_begin_trailers()
105 static int conn_call_end_trailers(nghttp3_conn *conn, nghttp3_stream *stream, in conn_call_end_trailers()
123 static int conn_call_end_stream(nghttp3_conn *conn, nghttp3_stream *stream) { in conn_call_end_stream()
139 static int conn_call_stop_sending(nghttp3_conn *conn, nghttp3_stream *stream, in conn_call_stop_sending()
156 static int conn_call_reset_stream(nghttp3_conn *conn, nghttp3_stream *stream, in conn_call_reset_stream()
174 nghttp3_stream *stream, in conn_call_deferred_consume()
193 nghttp3_stream *lhs = in ricnt_less()
194 nghttp3_struct_of(lhsx, nghttp3_stream, qpack_blocked_p in ricnt_less()
[all...]
H A Dnghttp3_http.h35 typedef struct nghttp3_stream nghttp3_stream; typedef
134 int nghttp3_http_on_remote_end_stream(nghttp3_stream *stream);
144 int nghttp3_http_on_data_chunk(nghttp3_stream *stream, size_t n);
150 void nghttp3_http_record_request_method(nghttp3_stream *stream,
H A Dnghttp3_stream.c25 #include "nghttp3_stream.h"
46 int nghttp3_stream_new(nghttp3_stream **pstream, int64_t stream_id, in nghttp3_stream_new()
51 nghttp3_stream *stream = nghttp3_objalloc_stream_get(stream_objalloc); in nghttp3_stream_new()
157 void nghttp3_stream_del(nghttp3_stream *stream) { in nghttp3_stream_del()
225 int nghttp3_stream_frq_add(nghttp3_stream *stream, in nghttp3_stream_frq_add()
245 int nghttp3_stream_fill_outq(nghttp3_stream *stream) { in nghttp3_stream_fill_outq()
310 int nghttp3_stream_write_stream_type(nghttp3_stream *stream) { in nghttp3_stream_write_stream_type()
330 int nghttp3_stream_write_settings(nghttp3_stream *stream, in nghttp3_stream_write_settings()
377 int nghttp3_stream_write_goaway(nghttp3_stream *stream, in nghttp3_stream_write_goaway()
402 int nghttp3_stream_write_priority_update(nghttp3_stream *strea
[all...]
H A Dnghttp3_http.c31 #include "nghttp3_stream.h"
1431 int nghttp3_http_on_remote_end_stream(nghttp3_stream *stream) { in nghttp3_http_on_remote_end_stream()
1441 int nghttp3_http_on_data_chunk(nghttp3_stream *stream, size_t n) { in nghttp3_http_on_data_chunk()
1453 void nghttp3_http_record_request_method(nghttp3_stream *stream, in nghttp3_http_record_request_method()

Completed in 7 milliseconds