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

/freebsd-current/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c316 unsigned char string_indef_1_data[] = {0x7F, 0x60 /* Empty string */, 0xFF}; variable
320 decode(string_indef_1_data, 3));
322 assert_string_mem_eq(string_indef_1_data + 2, 0);
324 decode(string_indef_1_data + 1, 2));
328 decode(string_indef_1_data + 2, 1));

Completed in 109 milliseconds