• Home
  • Raw
  • Download

Lines Matching defs:option

39 void nghttp2_option_del(nghttp2_option *option) { free(option); }  in nghttp2_option_del()
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update()
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams()
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic()
57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging()
62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams()
72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_user_recv_extension_type()
82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type()
98 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_ping_ack()
103 void nghttp2_option_set_max_send_header_block_length(nghttp2_option *option, in nghttp2_option_set_max_send_header_block_length()
109 void nghttp2_option_set_max_deflate_dynamic_table_size(nghttp2_option *option, in nghttp2_option_set_max_deflate_dynamic_table_size()
115 void nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) { in nghttp2_option_set_no_closed_streams()
120 void nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) { in nghttp2_option_set_max_outbound_ack()
125 void nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) { in nghttp2_option_set_max_settings()