Home
last modified time | relevance | path

Searched refs:is_hex_string (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dutil_test.cc600 CU_ASSERT(util::is_hex_string(StringRef{})); in test_util_is_hex_string()
601 CU_ASSERT(util::is_hex_string(StringRef::from_lit("0123456789abcdef"))); in test_util_is_hex_string()
602 CU_ASSERT(util::is_hex_string(StringRef::from_lit("0123456789ABCDEF"))); in test_util_is_hex_string()
603 CU_ASSERT(!util::is_hex_string(StringRef::from_lit("000"))); in test_util_is_hex_string()
604 CU_ASSERT(!util::is_hex_string(StringRef::from_lit("XX"))); in test_util_is_hex_string()
Dshrpx_config.cc257 if (s.size() != expectedlen * 2 || !util::is_hex_string(s)) { in read_quic_secret_file()
1696 if (!util::is_hex_string(StringRef{sep_it + 1, std::end(line)})) { in parse_psk_secrets()
1763 if (!util::is_hex_string(StringRef{sep_it + 1, std::end(line)})) { in parse_client_psk_secrets()
4129 !util::is_hex_string(optarg)) { in parse_config()
Dutil.h94 bool is_hex_string(const StringRef &s);
Dutil.cc1584 bool is_hex_string(const StringRef &s) { in is_hex_string() function
Dshrpx.cc1269 !util::is_hex_string(hex_cid_prefix)) { in get_inherited_quic_lingering_worker_process_from_env()