Searched refs:indef_map_data_1 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | cbor_stream_decode_test.c | 375 unsigned char indef_map_data_1[] = {0xBF, 0x00, 0x18, 0xFF, 0xFF}; variable 378 assert_decoder_result(1, CBOR_DECODER_FINISHED, decode(indef_map_data_1, 5)); in test_indef_map_decoding_1() 382 decode(indef_map_data_1 + 1, 4)); in test_indef_map_decoding_1() 386 decode(indef_map_data_1 + 2, 3)); in test_indef_map_decoding_1() 390 decode(indef_map_data_1 + 4, 1)); in test_indef_map_decoding_1()
|