Home
last modified time | relevance | path

Searched refs:nghttp2_stream (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.h136 struct nghttp2_stream { struct
165 nghttp2_stream *dep_prev, *dep_next; argument
166 nghttp2_stream *sib_prev, *sib_next; argument
171 nghttp2_stream *closed_prev, *closed_next; argument
230 void nghttp2_stream_free(nghttp2_stream *stream);
336 nghttp2_stream *stream);
342 void nghttp2_stream_dep_add(nghttp2_stream *dep_stream, nghttp2_stream *stream);
348 int nghttp2_stream_dep_remove(nghttp2_stream *stream);
359 int nghttp2_stream_attach_item(nghttp2_stream *stream,
372 int nghttp2_stream_detach_item(nghttp2_stream *stream);
[all …]
A Dnghttp2_stream.c155 static int stream_obq_push(nghttp2_stream *dep_stream, nghttp2_stream *stream) in stream_obq_push()
221 static int stream_obq_move(nghttp2_stream *dest, nghttp2_stream *src, in stream_obq_move()
318 static nghttp2_stream *stream_last_sib(nghttp2_stream *stream) in stream_last_sib()
338 nghttp2_stream *si; in ensure_inactive()
365 nghttp2_stream *si; in check_queued()
672 static void set_dep_prev(nghttp2_stream *stream, nghttp2_stream *dep) in set_dep_prev()
679 static void link_dep(nghttp2_stream *dep_stream, nghttp2_stream *stream) in link_dep()
687 static void link_sib(nghttp2_stream *a, nghttp2_stream *b) in link_sib()
1029 nghttp2_stream *nghttp2_stream_get_parent(nghttp2_stream *stream) in nghttp2_stream_get_parent()
1034 nghttp2_stream *nghttp2_stream_get_next_sibling(nghttp2_stream *stream) in nghttp2_stream_get_next_sibling()
[all …]
A Dnghttp2_http.h50 int nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream,
58 int nghttp2_http_on_request_headers(nghttp2_stream *stream,
65 int nghttp2_http_on_response_headers(nghttp2_stream *stream);
72 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream,
80 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream);
86 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n);
94 void nghttp2_http_record_request_method(nghttp2_stream *stream,
A Dnghttp2_session.h193 nghttp2_stream root;
216 nghttp2_stream *closed_stream_head;
220 nghttp2_stream *closed_stream_tail;
223 nghttp2_stream *idle_stream_head;
226 nghttp2_stream *idle_stream_tail;
348 nghttp2_stream *head;
529 nghttp2_stream *stream);
538 nghttp2_stream *stream);
546 nghttp2_stream *stream);
803 nghttp2_stream *stream);
[all …]
A Dnghttp2_http.c89 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header()
102 static int expect_response_body(nghttp2_stream *stream) in expect_response_body()
114 static int check_path(nghttp2_stream *stream) in check_path()
122 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header()
239 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header()
485 int nghttp2_http_on_request_headers(nghttp2_stream *stream, in nghttp2_http_on_request_headers()
515 int nghttp2_http_on_response_headers(nghttp2_stream *stream) in nghttp2_http_on_response_headers()
545 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream, in nghttp2_http_on_trailer_headers()
557 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) in nghttp2_http_on_remote_end_stream()
571 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) in nghttp2_http_on_data_chunk()
[all …]
A Dnghttp2_session.c291 nghttp2_stream *stream; in nghttp2_session_get_stream()
675 nghttp2_stream *stream; in free_streams()
860 nghttp2_stream *stream; in nghttp2_session_add_item()
965 nghttp2_stream *stream; in nghttp2_session_add_rst_stream()
1035 nghttp2_stream *stream; in nghttp2_session_open_stream()
1170 nghttp2_stream *stream; in nghttp2_session_close_stream()
1757 nghttp2_stream *stream; in session_predicate_window_update_send()
1783 nghttp2_stream *stream; in session_predicate_altsvc_send()
2461 nghttp2_stream *stream; in find_stream_on_goaway_func()
2576 nghttp2_stream *stream; in session_after_frame_sent1()
[all …]
A Dnghttp2.h5189 struct nghttp2_stream;
5197 typedef struct nghttp2_stream nghttp2_stream; typedef
5212 NGHTTP2_EXTERN nghttp2_stream *nghttp2_session_find_stream(
5259 nghttp2_stream_get_state(nghttp2_stream *stream);
5268 NGHTTP2_EXTERN nghttp2_stream *nghttp2_session_get_root_stream(
5277 NGHTTP2_EXTERN nghttp2_stream *nghttp2_stream_get_parent(
5278 nghttp2_stream *stream);
5289 nghttp2_stream *stream);
5298 nghttp2_stream *stream);
5306 NGHTTP2_EXTERN nghttp2_stream *nghttp2_stream_get_first_child(
[all …]
A Dnghttp2_submit.c393 nghttp2_stream *stream = 0; in nghttp2_submit_window_update()
440 nghttp2_stream *stream; in nghttp2_session_set_local_window_size()

Completed in 31 milliseconds