Lines Matching defs:val
41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) {
43 option->no_auto_window_update = val;
47 uint32_t val) {
49 option->peer_max_concurrent_streams = val;
52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) {
54 option->no_recv_client_magic = val;
57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) {
59 option->no_http_messaging = val;
63 uint32_t val) {
65 option->max_reserved_remote_streams = val;
102 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) {
104 option->no_auto_ping_ack = val;
108 size_t val) {
110 option->max_send_header_block_length = val;
114 size_t val) {
116 option->max_deflate_dynamic_table_size = val;
119 void nghttp2_option_set_no_closed_streams(nghttp2_option *option, int val) {
121 option->no_closed_streams = val;
124 void nghttp2_option_set_max_outbound_ack(nghttp2_option *option, size_t val) {
126 option->max_outbound_ack = val;
129 void nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) {
131 option->max_settings = val;
135 nghttp2_option *option, int val) {
137 option->server_fallback_rfc7540_priorities = val;
141 nghttp2_option *option, int val) {
144 option->no_rfc9113_leading_and_trailing_ws_validation = val;