Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_option.c42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
53 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
58 option->opt_set_mask |= NGHTTP2_OPT_NO_HTTP_MESSAGING; in nghttp2_option_set_no_http_messaging()
64 option->opt_set_mask |= NGHTTP2_OPT_MAX_RESERVED_REMOTE_STREAMS; in nghttp2_option_set_max_reserved_remote_streams()
78 option->opt_set_mask |= NGHTTP2_OPT_USER_RECV_EXT_TYPES; in nghttp2_option_set_user_recv_extension_type()
86 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
90 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
94 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
103 option->opt_set_mask | in nghttp2_option_set_no_auto_ping_ack()
[all...]
H A Dnghttp2_option.h110 uint32_t opt_set_mask; member
H A Dnghttp2_session.c502 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE) && in session_new()
508 if (option->opt_set_mask & NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS) { in session_new()
514 if (option->opt_set_mask & NGHTTP2_OPT_MAX_RESERVED_REMOTE_STREAMS) { in session_new()
520 if ((option->opt_set_mask & NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC) && in session_new()
526 if ((option->opt_set_mask & NGHTTP2_OPT_NO_HTTP_MESSAGING) && in session_new()
532 if (option->opt_set_mask & NGHTTP2_OPT_USER_RECV_EXT_TYPES) { in session_new()
537 if (option->opt_set_mask & NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES) { in session_new()
541 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()
546 if (option->opt_set_mask & NGHTTP2_OPT_MAX_SEND_HEADER_BLOCK_LENGTH) { in session_new()
551 if (option->opt_set_mask in session_new()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.c42 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
48 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
53 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
58 option->opt_set_mask |= NGHTTP2_OPT_NO_HTTP_MESSAGING; in nghttp2_option_set_no_http_messaging()
64 option->opt_set_mask |= NGHTTP2_OPT_MAX_RESERVED_REMOTE_STREAMS; in nghttp2_option_set_max_reserved_remote_streams()
78 option->opt_set_mask |= NGHTTP2_OPT_USER_RECV_EXT_TYPES; in nghttp2_option_set_user_recv_extension_type()
86 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
90 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
94 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
103 option->opt_set_mask | in nghttp2_option_set_no_auto_ping_ack()
[all...]
H A Dnghttp2_option.h105 uint32_t opt_set_mask; member
H A Dnghttp2_session.c501 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE) && in session_new()
507 if (option->opt_set_mask & NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS) { in session_new()
513 if (option->opt_set_mask & NGHTTP2_OPT_MAX_RESERVED_REMOTE_STREAMS) { in session_new()
519 if ((option->opt_set_mask & NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC) && in session_new()
525 if ((option->opt_set_mask & NGHTTP2_OPT_NO_HTTP_MESSAGING) && in session_new()
531 if (option->opt_set_mask & NGHTTP2_OPT_USER_RECV_EXT_TYPES) { in session_new()
536 if (option->opt_set_mask & NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES) { in session_new()
540 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()
545 if (option->opt_set_mask & NGHTTP2_OPT_MAX_SEND_HEADER_BLOCK_LENGTH) { in session_new()
550 if (option->opt_set_mask in session_new()
[all...]

Completed in 9 milliseconds