Home
last modified time | relevance | path

Searched refs:nvvalueeq (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_test_helper.h69 int nvvalueeq(const char *a, nghttp2_nv *nv);
Dnghttp2_frame_test.c120 CU_ASSERT(nvvalueeq("GET", &out.nva[0])); in test_nghttp2_frame_pack_headers()
354 CU_ASSERT(nvvalueeq("GET", &out.nva[0])); in test_nghttp2_frame_pack_push_promise()
Dnghttp2_test_helper.c113 int nvvalueeq(const char *a, nghttp2_nv *nv) { in nvvalueeq() function