Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_stream.h81 NGHTTP2_STREAM_FLAG_NONE = 0, enumerator
H A Dnghttp2_session.c460 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new()
1182 NGHTTP2_STREAM_FLAG_NONE, &pri_spec, NGHTTP2_STREAM_RESERVED, in nghttp2_session_add_item()
2396 session, frame->hd.stream_id, NGHTTP2_STREAM_FLAG_NONE, in session_prep_frame()
4226 session, frame->hd.stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_on_request_headers_received()
4429 session, frame->hd.stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_on_priority_received()
5036 session, frame->push_promise.promised_stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_on_push_promise_received()
8036 session, 1, NGHTTP2_STREAM_FLAG_NONE, &pri_spec, NGHTTP2_STREAM_OPENING, in nghttp2_session_upgrade_internal()
8318 nghttp2_session_open_stream(session, stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_create_idle_stream()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.h81 NGHTTP2_STREAM_FLAG_NONE = 0, enumerator
H A Dnghttp2_session.c460 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new()
1177 NGHTTP2_STREAM_FLAG_NONE, &pri_spec, NGHTTP2_STREAM_RESERVED, in nghttp2_session_add_item()
2391 session, frame->hd.stream_id, NGHTTP2_STREAM_FLAG_NONE, in session_prep_frame()
4221 session, frame->hd.stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_on_request_headers_received()
4424 session, frame->hd.stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_on_priority_received()
5031 session, frame->push_promise.promised_stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_on_push_promise_received()
8025 session, 1, NGHTTP2_STREAM_FLAG_NONE, &pri_spec, NGHTTP2_STREAM_OPENING, in nghttp2_session_upgrade_internal()
8307 nghttp2_session_open_stream(session, stream_id, NGHTTP2_STREAM_FLAG_NONE, in nghttp2_session_create_idle_stream()
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c281 NGHTTP2_STREAM_FLAG_NONE, &pri_spec, in open_stream_with_all()
H A Dnghttp2_session_test.c2036 open_sent_stream3(session, 1, NGHTTP2_STREAM_FLAG_NONE, &pri_spec_default, in test_nghttp2_session_recv_premature_headers()
7066 stream = nghttp2_session_open_stream(session, 1, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream()
7075 stream = nghttp2_session_open_stream(session, 2, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream()
7084 stream = nghttp2_session_open_stream(session, 4, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream()
7095 stream = nghttp2_session_open_stream(session, 3, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream()
7103 stream = nghttp2_session_open_stream(session, 5, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream()
7127 stream = nghttp2_session_open_stream(session, 4, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream()
7151 stream = nghttp2_session_open_stream(session, 1, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream_with_idle_stream_dep()
7165 stream = nghttp2_session_open_stream(session, 101, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_open_stream_with_idle_stream_dep()
7811 open_sent_stream3(session, 1, NGHTTP2_STREAM_FLAG_NONE, in test_nghttp2_session_on_stream_close()
[all...]

Completed in 31 milliseconds