Searched refs:bstring_indef_3_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c222 unsigned char bstring_indef_3_data[] = {0x5F, variable
232 decode(bstring_indef_3_data, 6));
234 assert_bstring_mem_eq(bstring_indef_3_data + 2, 0);
236 decode(bstring_indef_3_data + 1, 5));
238 assert_bstring_mem_eq(bstring_indef_3_data + 4, 1);
240 decode(bstring_indef_3_data + 2, 4));
244 decode(bstring_indef_3_data + 5, 1));

Completed in 103 milliseconds