Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dlibnghttp2_shared.map316 nghttp2_stream_get_parent;
Dnghttp2_stream.c975 nghttp2_stream *nghttp2_stream_get_parent(nghttp2_stream *stream) { in nghttp2_stream_get_parent() function
/third_party/nghttp2/doc/
DMakefile.am159 nghttp2_stream_get_parent.rst \
DCMakeLists.txt130 nghttp2_stream_get_parent.rst
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c975 nghttp2_stream *nghttp2_stream_get_parent(nghttp2_stream *stream) { in nghttp2_stream_get_parent() function
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5426 nghttp2_stream_get_parent(nghttp2_stream *stream);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5472 nghttp2_stream_get_parent(nghttp2_stream *stream);
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9198 nghttp2_stream_get_parent(a)); in test_nghttp2_session_stream_get_something()
9206 CU_ASSERT(a == nghttp2_stream_get_parent(c)); in test_nghttp2_session_stream_get_something()
9207 CU_ASSERT(a == nghttp2_stream_get_parent(b)); in test_nghttp2_session_stream_get_something()