Lines Matching refs:NGHTTP2_ALTSVC
2442 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC);
2447 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 0);
2460 CU_ASSERT(NGHTTP2_ALTSVC == ud.recv_frame_hd.type);
2471 nghttp2_frame_hd_init(&hd, 2 + sizeof(origin) - 1 - 1, NGHTTP2_ALTSVC,
2492 nghttp2_frame_hd_init(&hd, 2 + sizeof(origin) - 1, NGHTTP2_ALTSVC,
2516 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 1);
2537 nghttp2_frame_hd_init(&hd, 2 + sizeof(field_value) - 1, NGHTTP2_ALTSVC,
2558 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN, NGHTTP2_ALTSVC,
2573 CU_ASSERT(NGHTTP2_ALTSVC == ud.recv_frame_hd.type);
2585 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN + 1, NGHTTP2_ALTSVC,
2609 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 0);
4553 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC);
6722 CU_ASSERT(NGHTTP2_ALTSVC == hd.type);