Home
last modified time | relevance | path

Searched refs:nghttp2_check_header_name (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_helper_test.c147 nghttp2_check_header_name((const uint8_t *)S, sizeof(S) - 1)
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c414 int nghttp2_check_header_name(const uint8_t *name, size_t len) { in nghttp2_check_header_name() function
H A Dnghttp2_http.c362 if (!nghttp2_check_header_name(nv->name->base, nv->name->len)) { in nghttp2_http_on_header()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c412 int nghttp2_check_header_name(const uint8_t *name, size_t len) { in nghttp2_check_header_name() function
H A Dnghttp2_http.c362 if (!nghttp2_check_header_name(nv->name->base, nv->name->len)) { in nghttp2_http_on_header()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1729 * and the |value| using `nghttp2_check_header_name()` and
5080 NGHTTP2_EXTERN int nghttp2_check_header_name(const uint8_t *name, size_t len);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1724 * and the |value| using `nghttp2_check_header_name()` and
5064 NGHTTP2_EXTERN int nghttp2_check_header_name(const uint8_t *name, size_t len);
/third_party/nghttp2/src/
H A Dshrpx_config.cc381 if (!nghttp2_check_header_name(nv.name.byte(), nv.name.size()) || in parse_header()

Completed in 21 milliseconds