Searched refs:cbor_is_null (Results 1 – 7 of 7) sorted by relevance
40 .. doxygenfunction:: cbor_is_null
75 if (cbor_is_null(item)) return cJSON_CreateNull(); in cbor_to_cjson()
252 CBOR_EXPORT bool cbor_is_null(const cbor_item_t *item);
66 bool cbor_is_null(const cbor_item_t *item) { in cbor_is_null() function
72 assert_true(cbor_is_null(float_ctrl)); in test_null()
160 assert_true(cbor_is_null(copy = cbor_copy(item))); in test_ctrls()
408 else if (cbor_is_null(item)) in _cbor_nested_describe()