Home
last modified time | relevance | path

Searched refs:test_indef_map (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/libcbor/test/
H A Dmap_test.c240 static unsigned char test_indef_map[] = {0xBF, 0x01, 0x02, 0x03, 0x04, 0xFF}; variable
246 map = cbor_load(test_indef_map, 6, &res); in test_indef_map_decode()
H A Dcopy_test.c136 static void test_indef_map(void **_CBOR_UNUSED(_state)) { in test_indef_map() function
449 cmocka_unit_test(test_indef_map), in main()