Searched refs:data9 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libcbor/test/ |
H A D | bad_inputs_test.c | 94 unsigned char data9[] = {0xBF, 0x05, 0xFF, 0x00, 0x00, 0x00, 0x10, 0x04}; variable 96 item = cbor_load(data9, 8, &res); in test_9()
|
H A D | bytestring_test.c | 227 unsigned char data9[] = {0x5F, 0xFF}; variable 230 bs = cbor_load(data9, 2, &res); in test_zero_indef()
|