Searched refs:nghttp2_stream_init (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.h | 241 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id,
|
H A D | nghttp2_stream.c | 60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() function
|
H A D | nghttp2_session.c | 460 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new() 1391 nghttp2_stream_init(stream, stream_id, flags, initial_state, in nghttp2_session_open_stream()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.h | 241 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id,
|
H A D | nghttp2_stream.c | 60 void nghttp2_stream_init(nghttp2_stream *stream, int32_t stream_id, in nghttp2_stream_init() function
|
H A D | nghttp2_session.c | 460 nghttp2_stream_init(&(*session_ptr)->root, 0, NGHTTP2_STREAM_FLAG_NONE, in session_new() 1386 nghttp2_stream_init(stream, stream_id, flags, initial_state, in nghttp2_session_open_stream()
|
Completed in 22 milliseconds