Lines Matching defs:option

1091   nghttp2_option *option;
1104 nghttp2_option_new(&option);
1105 nghttp2_option_set_no_auto_window_update(option, 1);
1107 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
1149 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
1166 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
1231 nghttp2_option_del(option);
2347 nghttp2_option *option;
2357 nghttp2_option_new(&option);
2358 nghttp2_option_set_user_recv_extension_type(option, 111);
2368 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2387 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2403 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2416 nghttp2_option_del(option);
2427 nghttp2_option *option;
2441 nghttp2_option_new(&option);
2442 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC);
2444 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2469 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2490 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2511 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2535 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2556 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2581 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2606 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2626 nghttp2_option_del(option);
2635 nghttp2_option *option;
2652 nghttp2_option_new(&option);
2653 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ORIGIN);
2655 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2677 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2699 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2718 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2737 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2755 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2772 nghttp2_option_del(option);
2782 nghttp2_option *option;
2807 nghttp2_option_new(&option);
2808 nghttp2_option_set_builtin_recv_extension_type(option,
2811 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2842 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2891 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2917 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
2943 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
2975 nghttp2_option_del(option);
3690 nghttp2_option *option;
3811 nghttp2_option_new(&option);
3812 nghttp2_option_set_peer_max_concurrent_streams(option, 1000);
3813 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
3823 nghttp2_option_del(option);
3905 /* Should send WINDOW_UPDATE with no_auto_window_update option on if
3908 nghttp2_option_new(&option);
3909 nghttp2_option_set_no_auto_window_update(option, 1);
3911 nghttp2_session_server_new2(&session, &callbacks, NULL, option);
3961 nghttp2_option_del(option);
4246 nghttp2_option *option;
4279 nghttp2_option_new(&option);
4280 nghttp2_option_set_no_auto_ping_ack(option, 1);
4282 nghttp2_session_server_new2(&session, &callbacks, &user_data, option);
4293 nghttp2_option_del(option);
4544 nghttp2_option *option;
4552 nghttp2_option_new(&option);
4553 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC);
4555 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
4573 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
4589 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
4607 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
4625 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
4640 nghttp2_option_del(option);
6195 nghttp2_option *option;
6232 nghttp2_option_new(&option);
6233 nghttp2_option_set_no_auto_window_update(option, 1);
6235 nghttp2_session_server_new2(&session, &callbacks, NULL, option);
6237 nghttp2_option_del(option);
7654 nghttp2_option *option;
7659 nghttp2_option_new(&option);
7662 nghttp2_option_set_no_auto_window_update(option, 1);
7665 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
7667 nghttp2_option_del(option);
8003 nghttp2_option *option;
8011 nghttp2_option_new(&option);
8012 nghttp2_option_set_no_auto_window_update(option, 1);
8014 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
8019 nghttp2_option_del(option);
8022 nghttp2_option_new(&option);
8023 nghttp2_option_set_peer_max_concurrent_streams(option, 100);
8025 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
8029 nghttp2_option_del(option);
8032 nghttp2_option_new(&option);
8033 nghttp2_option_set_max_reserved_remote_streams(option, 99);
8035 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
8039 nghttp2_option_del(option);
8042 nghttp2_option_new(&option);
8043 nghttp2_option_set_no_auto_ping_ack(option, 1);
8045 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
8050 nghttp2_option_del(option);
8053 nghttp2_option_new(&option);
8054 nghttp2_option_set_max_deflate_dynamic_table_size(option, 0);
8056 nghttp2_session_client_new2(&session, &callbacks, NULL, option);
8071 nghttp2_option_del(option);
10772 nghttp2_option *option;
10783 nghttp2_option_new(&option);
10784 nghttp2_option_set_builtin_recv_extension_type(option,
10787 nghttp2_session_server_new2(&session, &callbacks, NULL, option);
10840 nghttp2_option_del(option);
11349 nghttp2_option *option;
11367 nghttp2_option_new(&option);
11368 nghttp2_option_set_max_settings(option, 1);
11370 nghttp2_session_client_new2(&session, &callbacks, &ud, option);
11374 nghttp2_option_del(option);
11635 nghttp2_option *option;
11639 nghttp2_option_new(&option);
11640 nghttp2_option_set_no_closed_streams(option, 1);
11642 nghttp2_session_server_new2(&session, &callbacks, NULL, option);
11651 nghttp2_option_del(option);
11785 nghttp2_option *option;
11809 nghttp2_option_new(&option);
11810 nghttp2_option_set_server_fallback_rfc7540_priorities(option, 1);
11816 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
11910 nghttp2_session_server_new2(&session, &callbacks, &ud, option);
11967 nghttp2_option_del(option);
11985 nghttp2_option *option;
11993 nghttp2_option_new(&option);
11995 option, NGHTTP2_DEFAULT_STREAM_RESET_BURST, 0);
11997 nghttp2_session_server_new2(&session, &callbacks, NULL, option);
12071 nghttp2_option_del(option);
13369 nghttp2_option *option;
13404 nghttp2_option_new(&option);
13405 nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation(option, 1);
13407 nghttp2_session_server_new2(&session, &callbacks, NULL, option);
13429 nghttp2_option_del(option);