Lines Matching defs:nghttp2
2 * nghttp2 - HTTP/2 C Library
454 static const uint8_t origin[] = "nghttp2.org";
509 static const uint8_t nghttp2[] = "https://nghttp2.org";
520 (uint8_t *)nghttp2,
521 sizeof(nghttp2) - 1,
535 payloadlen = 2 + sizeof(example) - 1 + 2 + 2 + sizeof(nghttp2) - 1;
552 CU_ASSERT(sizeof(nghttp2) - 1 == oorigin.ov[1].origin_len);
553 CU_ASSERT(0 == memcmp(nghttp2, oorigin.ov[1].origin, sizeof(nghttp2) - 1));