Home
last modified time | relevance | path

Searched refs:opt_set_mask (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_option.c68 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE; in nghttp2_option_set_no_auto_window_update()
75 option->opt_set_mask |= NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS; in nghttp2_option_set_peer_max_concurrent_streams()
81 option->opt_set_mask |= NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC; in nghttp2_option_set_no_recv_client_magic()
87 option->opt_set_mask |= NGHTTP2_OPT_NO_HTTP_MESSAGING; in nghttp2_option_set_no_http_messaging()
94 option->opt_set_mask |= NGHTTP2_OPT_MAX_RESERVED_REMOTE_STREAMS; in nghttp2_option_set_max_reserved_remote_streams()
110 option->opt_set_mask |= NGHTTP2_OPT_USER_RECV_EXT_TYPES; in nghttp2_option_set_user_recv_extension_type()
119 option->opt_set_mask |= NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES; in nghttp2_option_set_builtin_recv_extension_type()
129 option->opt_set_mask |= NGHTTP2_OPT_NO_AUTO_PING_ACK; in nghttp2_option_set_no_auto_ping_ack()
136 option->opt_set_mask |= NGHTTP2_OPT_MAX_SEND_HEADER_BLOCK_LENGTH; in nghttp2_option_set_max_send_header_block_length()
143 option->opt_set_mask |= NGHTTP2_OPT_MAX_DEFLATE_DYNAMIC_TABLE_SIZE; in nghttp2_option_set_max_deflate_dynamic_table_size()
[all …]
A Dnghttp2_option.h87 uint32_t opt_set_mask; member
A Dnghttp2_session.c472 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_WINDOW_UPDATE) && in session_new()
477 if (option->opt_set_mask & NGHTTP2_OPT_PEER_MAX_CONCURRENT_STREAMS) { in session_new()
482 if (option->opt_set_mask & NGHTTP2_OPT_MAX_RESERVED_REMOTE_STREAMS) { in session_new()
487 if ((option->opt_set_mask & NGHTTP2_OPT_NO_RECV_CLIENT_MAGIC) && in session_new()
492 if ((option->opt_set_mask & NGHTTP2_OPT_NO_HTTP_MESSAGING) && in session_new()
497 if (option->opt_set_mask & NGHTTP2_OPT_USER_RECV_EXT_TYPES) { in session_new()
503 if (option->opt_set_mask & NGHTTP2_OPT_BUILTIN_RECV_EXT_TYPES) { in session_new()
508 if ((option->opt_set_mask & NGHTTP2_OPT_NO_AUTO_PING_ACK) && in session_new()
513 if (option->opt_set_mask & NGHTTP2_OPT_MAX_SEND_HEADER_BLOCK_LENGTH) { in session_new()
518 if (option->opt_set_mask & NGHTTP2_OPT_MAX_DEFLATE_DYNAMIC_TABLE_SIZE) { in session_new()
[all …]

Completed in 14 milliseconds