Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.h122 #define _CBOR_NOTNULL(cbor_item) \ argument
124 if (cbor_item == NULL) { \
131 #define _CBOR_DEPENDENT_NOTNULL(cbor_item, pointer) \ argument
134 _cbor_free(cbor_item); \