Home
last modified time | relevance | path

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

/third_party/node/deps/nghttp2/lib/
Dnghttp2_option.h64 NGHTTP2_OPT_NO_AUTO_PING_ACK = 1 << 6, enumerator
Dnghttp2_option.c99 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_PING_ACK; in nghttp2_option_set_no_auto_ping_ack()
Dnghttp2_session.c503 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()
/third_party/nghttp2/lib/
Dnghttp2_option.h64 NGHTTP2_OPT_NO_AUTO_PING_ACK = 1 << 6, enumerator
Dnghttp2_option.c103 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_PING_ACK; in nghttp2_option_set_no_auto_ping_ack()
Dnghttp2_session.c535 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()