Searched refs:nghttp2_stream_get_next_sibling (Results 1 – 7 of 7) sorted by relevance
158 nghttp2_stream_get_next_sibling.rst \
129 nghttp2_stream_get_next_sibling.rst
979 nghttp2_stream *nghttp2_stream_get_next_sibling(nghttp2_stream *stream) { in nghttp2_stream_get_next_sibling() function
5437 nghttp2_stream_get_next_sibling(nghttp2_stream *stream);
5483 nghttp2_stream_get_next_sibling(nghttp2_stream *stream);
9200 CU_ASSERT(NULL == nghttp2_stream_get_next_sibling(a)); in test_nghttp2_session_stream_get_something()9211 CU_ASSERT(b == nghttp2_stream_get_next_sibling(c)); in test_nghttp2_session_stream_get_something()