Searched refs:cbor_encode_bool (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | type_7_encoders_test.c | 20 assert_int_equal(1, cbor_encode_bool(false, buffer, 512)); in test_bools() 22 assert_int_equal(1, cbor_encode_bool(true, buffer, 512)); in test_bools()
|
/netbsd-src/external/mit/libcbor/dist/src/cbor/ |
H A D | encoding.h | 61 size_t cbor_encode_bool(bool, unsigned char *, size_t);
|
H A D | encoding.c | 114 size_t cbor_encode_bool(bool value, unsigned char *buffer, size_t buffer_size) { in cbor_encode_bool() function
|