Lines Matching refs:nghttp2_option
25 #include "nghttp2_option.h"
29 int nghttp2_option_new(nghttp2_option **option_ptr) {
30 *option_ptr = calloc(1, sizeof(nghttp2_option));
39 void nghttp2_option_del(nghttp2_option *option) { free(option); }
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) {
46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option,
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) {
57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) {
62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option,
72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option,
82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option,
102 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) {
107 void nghttp2_option_set_max_send_header_block_length(nghttp2_option *option,
113 void nghttp2_option_set_max_deflate_dynamic_table_size(nghttp2_option *option,
119 void nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) {
124 void nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) {
129 void nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) {
135 nghttp2_option *option, int val) {
141 nghttp2_option *option, int val) {
147 void nghttp2_option_set_stream_reset_rate_limit(nghttp2_option *option,
154 void nghttp2_option_set_max_continuations(nghttp2_option *option, size_t val) {