Home
last modified time | relevance | path

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

/freebsd-src/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c342 unsigned char string_indef_3_data[] = {0x7F, variable
352 decode(string_indef_3_data, 6)); in test_string_indef_decoding_3()
354 assert_string_mem_eq(string_indef_3_data + 2, 0); in test_string_indef_decoding_3()
356 decode(string_indef_3_data + 1, 5)); in test_string_indef_decoding_3()
358 assert_string_mem_eq(string_indef_3_data + 4, 1); in test_string_indef_decoding_3()
360 decode(string_indef_3_data + 2, 4)); in test_string_indef_decoding_3()
364 decode(string_indef_3_data + 5, 1)); in test_string_indef_decoding_3()