Home
last modified time | relevance | path

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

/freebsd-head/contrib/libcbor/doc/source/api/
HDstreaming_encoding.rst52 .. doxygenfunction:: cbor_encode_null
/freebsd-head/contrib/libcbor/src/cbor/
HDencoding.h97 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_null(unsigned char *, size_t);
HDencoding.c119 size_t cbor_encode_null(unsigned char *buffer, size_t buffer_size) { in cbor_encode_null() function
/freebsd-head/contrib/libcbor/test/
HDfloat_ctrl_encoders_test.c22 assert_size_equal(1, cbor_encode_null(buffer, 512)); in test_null()