Lines Matching defs:nghttp2
2 * nghttp2 - HTTP/2 C Library
2428 static const uint8_t origin[] = "nghttp2.org";
2639 static const uint8_t nghttp2[] = "https://nghttp2.org";
2645 ov.origin = (uint8_t *)nghttp2;
2646 ov.origin_len = sizeof(nghttp2) - 1;
2685 (uint16_t)sizeof(nghttp2));
2984 const nghttp2_nv nv2[] = {MAKE_NV("user-agent", "nghttp2/1.0.0"),
4545 uint8_t origin[] = "nghttp2.org";
6596 nghttp2 */
6699 const uint8_t origin[] = "nghttp2.org";
6768 static const uint8_t nghttp2[] = "https://nghttp2.org";
6772 (uint8_t *)nghttp2,
6773 sizeof(nghttp2) - 1,
6812 CU_ASSERT(0 == memcmp(nghttp2, origin.ov[0].origin, sizeof(nghttp2) - 1));
6813 CU_ASSERT(sizeof(nghttp2) - 1 == origin.ov[0].origin_len);