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

/freebsd-current/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c195 unsigned char bstring_indef_1_data[] = {0x5F, 0x40 /* Empty byte string */, variable
200 decode(bstring_indef_1_data, 3));
202 assert_bstring_mem_eq(bstring_indef_1_data + 2, 0);
204 decode(bstring_indef_1_data + 1, 2));
208 decode(bstring_indef_1_data + 2, 1));

Completed in 101 milliseconds