Home
last modified time | relevance | path

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

/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c683 static char VALID_AUTHORITY_CHARS[] = { variable
753 if (!VALID_AUTHORITY_CHARS[*value]) { in nghttp2_check_authority()
/third_party/nghttp2/lib/
Dnghttp2_helper.c685 static char VALID_AUTHORITY_CHARS[] = { variable
755 if (!VALID_AUTHORITY_CHARS[*value]) { in nghttp2_check_authority()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_http.c1039 static char VALID_AUTHORITY_CHARS[] = { variable
1109 if (!VALID_AUTHORITY_CHARS[*value]) { in check_authority()