Home
last modified time | relevance | path

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

/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.h349 int nghttp2_stream_dep_remove(nghttp2_stream *stream);
Dnghttp2_stream.c754 int nghttp2_stream_dep_remove(nghttp2_stream *stream) { in nghttp2_stream_dep_remove() function
Dnghttp2_session.c1046 rv = nghttp2_stream_dep_remove(stream); in nghttp2_session_open_stream()
1260 rv = nghttp2_stream_dep_remove(stream); in nghttp2_session_destroy_stream()
/third_party/nghttp2/lib/
Dnghttp2_stream.h349 int nghttp2_stream_dep_remove(nghttp2_stream *stream);
Dlibnghttp2_shared.map311 nghttp2_stream_dep_remove;
Dnghttp2_stream.c754 int nghttp2_stream_dep_remove(nghttp2_stream *stream) { in nghttp2_stream_dep_remove() function
Dnghttp2_session.c1046 rv = nghttp2_stream_dep_remove(stream); in nghttp2_session_open_stream()
1260 rv = nghttp2_stream_dep_remove(stream); in nghttp2_session_destroy_stream()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c7804 nghttp2_stream_dep_remove(a); in test_nghttp2_session_stream_dep_remove()
7843 nghttp2_stream_dep_remove(b); in test_nghttp2_session_stream_dep_remove()
7885 nghttp2_stream_dep_remove(c); in test_nghttp2_session_stream_dep_remove()
7933 nghttp2_stream_dep_remove(c); in test_nghttp2_session_stream_dep_remove()
8536 nghttp2_stream_dep_remove(e); in test_nghttp2_session_stream_attach_item()