Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/test/
H A Dtag_test.c88 unsigned char nested_tag_data[] = {0xC0, 0xC1, 0x18, 0x2A}; variable
92 tag = cbor_load(nested_tag_data, 4, &res); in test_nested_tag()