Searched refs:embedded_tag_data (Results 1 – 2 of 2) sorted by relevance
15 unsigned char embedded_tag_data[] = {0xC0, 0x00}; variable18 tag = cbor_load(embedded_tag_data, 2, &res); in test_refcounting()31 tag = cbor_load(embedded_tag_data, 2, &res); in test_embedded_tag()
577 unsigned char embedded_tag_data[] = {0xC1}; variable580 assert_decoder_result(1, CBOR_DECODER_FINISHED, decode(embedded_tag_data, 1)); in test_embedded_tag_decoding()