Home
last modified time | relevance | path

Searched refs:nghttp2_stream_attach_item (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h360 int nghttp2_stream_attach_item(nghttp2_stream *stream,
Dnghttp2_stream.c477 int nghttp2_stream_attach_item(nghttp2_stream *stream, in nghttp2_stream_attach_item() function
Dnghttp2_session.c866 rv = nghttp2_stream_attach_item(stream, item); in nghttp2_session_add_item()
/third_party/nghttp2/lib/
Dnghttp2_stream.h360 int nghttp2_stream_attach_item(nghttp2_stream *stream,
Dnghttp2_stream.c477 int nghttp2_stream_attach_item(nghttp2_stream *stream, in nghttp2_stream_attach_item() function
Dnghttp2_session.c866 rv = nghttp2_stream_attach_item(stream, item); in nghttp2_session_add_item()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c3975 CU_ASSERT(0 == nghttp2_stream_attach_item(stream, data_item)); in test_nghttp2_session_on_window_update_received()
8333 nghttp2_stream_attach_item(b, db); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8380 nghttp2_stream_attach_item(b, db); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8381 nghttp2_stream_attach_item(c, dc); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8434 nghttp2_stream_attach_item(b, db); in test_nghttp2_session_stream_attach_item()
8446 nghttp2_stream_attach_item(c, dc); in test_nghttp2_session_stream_attach_item()
8458 nghttp2_stream_attach_item(a, da); in test_nghttp2_session_stream_attach_item()
8480 nghttp2_stream_attach_item(d, dd); in test_nghttp2_session_stream_attach_item()
8588 nghttp2_stream_attach_item(a, da); in test_nghttp2_session_stream_attach_item()
8589 nghttp2_stream_attach_item(b, db); in test_nghttp2_session_stream_attach_item()
[all …]