Home
last modified time | relevance | path

Searched refs:NGHTTP2_OPT_NO_CLOSED_STREAMS (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_option.h68 NGHTTP2_OPT_NO_CLOSED_STREAMS = 1 << 10, enumerator
140 * NGHTTP2_OPT_NO_CLOSED_STREAMS
H A Dnghttp2_option.c120 option->opt_set_mask |= NGHTTP2_OPT_NO_CLOSED_STREAMS; in nghttp2_option_set_no_closed_streams()
H A Dnghttp2_session.c555 if ((option->opt_set_mask & NGHTTP2_OPT_NO_CLOSED_STREAMS) && in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.h68 NGHTTP2_OPT_NO_CLOSED_STREAMS = 1 << 10, enumerator
135 * NGHTTP2_OPT_NO_CLOSED_STREAMS
H A Dnghttp2_option.c120 option->opt_set_mask |= NGHTTP2_OPT_NO_CLOSED_STREAMS; in nghttp2_option_set_no_closed_streams()
H A Dnghttp2_session.c554 if ((option->opt_set_mask & NGHTTP2_OPT_NO_CLOSED_STREAMS) && in session_new()

Completed in 23 milliseconds