Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Ddata.h87 CBOR_CTRL_NULL = 22, enumerator
H A Dcommon.c72 cbor_ctrl_value(item) == CBOR_CTRL_NULL; in cbor_is_null()
H A Dfloats_ctrls.c152 cbor_set_ctrl(item, CBOR_CTRL_NULL); in cbor_new_null()
/freebsd/contrib/libcbor/test/
H A Dpretty_printer_test.c174 cbor_array_push(item, cbor_move(cbor_build_ctrl(CBOR_CTRL_NULL)))); in test_floats()