Searched refs:check_nv (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
H A D | http3.h | 116 int check_nv(const uint8_t *name, size_t namelen, const uint8_t *value,
|
H A D | http3.cc | 193 int check_nv(const uint8_t *name, size_t namelen, const uint8_t *value, in check_nv() function
|
H A D | http2_test.cc | 49 void check_nv(const HeaderRef &a, const nghttp2_nv *b) { in check_nv() function 182 check_nv(headers[ans[i]], &nva[i]); in test_http2_copy_headers_to_nva() 197 check_nv(headers[ans[i]], &nva[i]); in test_http2_copy_headers_to_nva() 212 check_nv(headers2[ans2[i]], &nva[i]); in test_http2_copy_headers_to_nva()
|
Completed in 3 milliseconds