Searched refs:nghttp2_check_header_value (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.c | 502 int nghttp2_check_header_value(const uint8_t *value, size_t len) { in nghttp2_check_header_value() function 522 return nghttp2_check_header_value(value, len); in nghttp2_check_header_value_rfc9113()
|
H A D | nghttp2_http.c | 395 rv = nghttp2_check_header_value(nv->value->base, nv->value->len); in nghttp2_http_on_header() 417 rv = nghttp2_check_header_value(nv->value->base, nv->value->len); in nghttp2_http_on_header()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.c | 500 int nghttp2_check_header_value(const uint8_t *value, size_t len) { in nghttp2_check_header_value() function 520 return nghttp2_check_header_value(value, len); in nghttp2_check_header_value_rfc9113()
|
H A D | nghttp2_http.c | 395 rv = nghttp2_check_header_value(nv->value->base, nv->value->len); in nghttp2_http_on_header() 417 rv = nghttp2_check_header_value(nv->value->base, nv->value->len); in nghttp2_http_on_header()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_helper_test.c | 160 nghttp2_check_header_value((const uint8_t *)S, sizeof(S) - 1)
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1730 * `nghttp2_check_header_value()`. In addition to this, nghttp2 5092 NGHTTP2_EXTERN int nghttp2_check_header_value(const uint8_t *value, size_t len); 5125 * `nghttp2_check_header_value` minus SPC and HT.
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1725 * `nghttp2_check_header_value()`. In addition to this, nghttp2 5076 NGHTTP2_EXTERN int nghttp2_check_header_value(const uint8_t *value, size_t len); 5109 * `nghttp2_check_header_value` minus SPC and HT.
|
Completed in 16 milliseconds