Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_option.h64 NGHTTP2_OPT_NO_AUTO_PING_ACK = 1 << 6, enumerator
136 * NGHTTP2_OPT_NO_AUTO_PING_ACK
H A Dnghttp2_option.c103 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_PING_ACK; in nghttp2_option_set_no_auto_ping_ack()
H A Dnghttp2_session.c541 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.h64 NGHTTP2_OPT_NO_AUTO_PING_ACK = 1 << 6, enumerator
131 * NGHTTP2_OPT_NO_AUTO_PING_ACK
H A Dnghttp2_option.c103 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_PING_ACK; in nghttp2_option_set_no_auto_ping_ack()
H A Dnghttp2_session.c540 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()

Completed in 19 milliseconds