Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Dbad_inputs_test.c94 unsigned char data9[] = {0xBF, 0x05, 0xFF, 0x00, 0x00, 0x00, 0x10, 0x04}; variable
96 item = cbor_load(data9, 8, &res); in test_9()
H A Dbytestring_test.c227 unsigned char data9[] = {0x5F, 0xFF}; variable
230 bs = cbor_load(data9, 2, &res); in test_zero_indef()