Home
last modified time | relevance | path

Searched refs:nghttp3_check_header_name (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dhttp3.cc195 if (!nghttp3_check_header_name(name, namelen)) { in check_nv()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c1305 if (!nghttp3_check_header_name(nv->name->base, nv->name->len)) { in nghttp3_http_on_header()
1545 int nghttp3_check_header_name(const uint8_t *name, size_t len) { in nghttp3_check_header_name() function
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h2512 * `nghttp3_check_header_name` returns nonzero if HTTP header field
2519 NGHTTP3_EXTERN int nghttp3_check_header_name(const uint8_t *name, size_t len);

Completed in 10 milliseconds