Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_str.c38 static const uint8_t DOWNCASE_TBL[] = { variable
108 s[i] = DOWNCASE_TBL[s[i]]; in nghttp3_downcase()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c55 static const uint8_t DOWNCASE_TBL[] = { variable
125 s[i] = DOWNCASE_TBL[s[i]]; in nghttp2_downcase()
/third_party/nghttp2/lib/
Dnghttp2_helper.c55 static const uint8_t DOWNCASE_TBL[] = { variable
125 s[i] = DOWNCASE_TBL[s[i]]; in nghttp2_downcase()