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

/freebsd-current/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));
354 assert_string_mem_eq(string_indef_3_data + 2, 0);
356 decode(string_indef_3_data + 1, 5));
358 assert_string_mem_eq(string_indef_3_data + 4, 1);
360 decode(string_indef_3_data + 2, 4));
364 decode(string_indef_3_data + 5, 1));

Completed in 51 milliseconds