Home
last modified time | relevance | path

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

/src/contrib/libcbor/test/
H A Dstring_test.c199 unsigned char short_indef_string_data[] = {0x7F, 0x78, 0x01, 0x65, 0xFF, 0xFF}; variable
205 string = cbor_load(short_indef_string_data, 6, &res); in test_short_indef_string()