Home
last modified time | relevance | path

Searched refs:raw_length (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DJSONTransport.cpp108 Expected<std::string> raw_length = ReadUntil(*input, kHeaderSeparator); in ReadImpl() local
109 if (!raw_length) in ReadImpl()
110 return handleErrors(raw_length.takeError(), in ReadImpl()
117 if (!to_integer(*raw_length, length)) in ReadImpl()
119 formatv("invalid content length {0}", *raw_length).str()); in ReadImpl()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c194 size_t raw_length) in compare_hex_encoded_buffer() argument
199 if (!TEST_size_t_eq(raw_length * 2, hex_length)) in compare_hex_encoded_buffer()
202 for (i = j = 0; i < raw_length && j + 1 < hex_length; i++, j += 2) { in compare_hex_encoded_buffer()