Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dencoding.h67 CBOR_EXPORT size_t cbor_encode_undef(unsigned char *, size_t);
H A Dencoding.c123 size_t cbor_encode_undef(unsigned char *buffer, size_t buffer_size) { in cbor_encode_undef() function
/freebsd-13.1/contrib/libcbor/test/
H A Dtype_7_encoders_test.c32 assert_int_equal(1, cbor_encode_undef(buffer, 512)); in test_undef()