Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.c1415 size_t raw_length = 0; in print_value() local
1421 raw_length = strlen(item->valuestring) + sizeof(""); in print_value()
1422 output = ensure(output_buffer, raw_length); in print_value()
1427 memcpy(output, item->valuestring, raw_length); in print_value()
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc819 double raw_length = length_obj->Number(); in CanonicalizeLocaleList() local
821 raw_length >= kMaxUInt32 ? kMaxUInt32 : static_cast<uint32_t>(raw_length); in CanonicalizeLocaleList()
/third_party/openssl/test/
Dsslapitest.c184 size_t raw_length) in compare_hex_encoded_buffer() argument
189 if (!TEST_size_t_eq(raw_length * 2, hex_length)) in compare_hex_encoded_buffer()
192 for (i = j = 0; i < raw_length && j + 1 < hex_length; i++, j += 2) { in compare_hex_encoded_buffer()