Home
last modified time | relevance | path

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

/third_party/nghttp2/doc/
DMakefile.am160 nghttp2_stream_get_previous_sibling.rst \
DCMakeLists.txt131 nghttp2_stream_get_previous_sibling.rst
/third_party/nghttp2/lib/
Dnghttp2_stream.c983 nghttp2_stream *nghttp2_stream_get_previous_sibling(nghttp2_stream *stream) { in nghttp2_stream_get_previous_sibling() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c983 nghttp2_stream *nghttp2_stream_get_previous_sibling(nghttp2_stream *stream) { in nghttp2_stream_get_previous_sibling() function
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5446 nghttp2_stream_get_previous_sibling(nghttp2_stream *stream);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h5492 nghttp2_stream_get_previous_sibling(nghttp2_stream *stream);
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9199 CU_ASSERT(NULL == nghttp2_stream_get_previous_sibling(a)); in test_nghttp2_session_stream_get_something()
9212 CU_ASSERT(c == nghttp2_stream_get_previous_sibling(b)); in test_nghttp2_session_stream_get_something()