Searched refs:decode_hex (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/lib/ |
D | tst_hexdump.c | 15 int decode_hex(void) in decode_hex() function 52 return decode_hex(); in main()
|
/third_party/curl/tests/ |
D | getpart.pm | 65 sub decode_hex { subroutine 185 my $decoded = decode_hex($_);
|
/third_party/nghttp2/src/ |
D | inflatehd.cc | 67 static void decode_hex(uint8_t *dest, const char *src, size_t len) { in decode_hex() function 143 decode_hex(buf.data(), json_string_value(wire), inputlen); in inflate_hd()
|
D | util_test.cc | 611 util::decode_hex(balloc, StringRef::from_lit("0ff0"))); in test_util_decode_hex() 612 CU_ASSERT("" == util::decode_hex(balloc, StringRef{})); in test_util_decode_hex()
|
D | util.h | 216 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s); 219 OutputIt decode_hex(OutputIt d_first, const StringRef &s) { in decode_hex() function
|
D | shrpx_config.cc | 268 util::decode_hex(std::begin(qkm.reserved), in read_quic_secret_file() 271 util::decode_hex(std::begin(qkm.secret), in read_quic_secret_file() 274 util::decode_hex(std::begin(qkm.salt), StringRef{p, p + qkm.salt.size()}); in read_quic_secret_file() 1706 util::decode_hex(config->balloc, StringRef{sep_it + 1, std::end(line)}); in parse_psk_secrets() 1773 util::decode_hex(config->balloc, StringRef{sep_it + 1, std::end(line)}); in parse_client_psk_secrets() 4133 util::decode_hex(std::begin(config->quic.server_id), optarg); in parse_config()
|
D | util.cc | 1598 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s) { in decode_hex() function 1600 auto p = decode_hex(iov.base, s); in decode_hex()
|
D | shrpx.cc | 1280 util::decode_hex(std::begin(cid_prefixes.back()), hex_cid_prefix); in get_inherited_quic_lingering_worker_process_from_env()
|