Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/src/cbor/
H A Dints.c90 _CBOR_NOTNULL(item); in cbor_new_int8()
100 _CBOR_NOTNULL(item); in cbor_new_int16()
110 _CBOR_NOTNULL(item); in cbor_new_int32()
120 _CBOR_NOTNULL(item); in cbor_new_int64()
130 _CBOR_NOTNULL(item); in cbor_build_uint8()
138 _CBOR_NOTNULL(item); in cbor_build_uint16()
146 _CBOR_NOTNULL(item); in cbor_build_uint32()
154 _CBOR_NOTNULL(item); in cbor_build_uint64()
162 _CBOR_NOTNULL(item); in cbor_build_negint8()
170 _CBOR_NOTNULL(item); in cbor_build_negint16()
[all …]
H A Dfloats_ctrls.c98 _CBOR_NOTNULL(item); in cbor_new_ctrl()
111 _CBOR_NOTNULL(item); in cbor_new_float2()
123 _CBOR_NOTNULL(item); in cbor_new_float4()
135 _CBOR_NOTNULL(item); in cbor_new_float8()
147 _CBOR_NOTNULL(item); in cbor_new_null()
154 _CBOR_NOTNULL(item); in cbor_new_undef()
165 _CBOR_NOTNULL(item); in cbor_build_float2()
172 _CBOR_NOTNULL(item); in cbor_build_float4()
179 _CBOR_NOTNULL(item); in cbor_build_float8()
186 _CBOR_NOTNULL(item); in cbor_build_ctrl()
H A Dstrings.c15 _CBOR_NOTNULL(item); in cbor_new_definite_string()
25 _CBOR_NOTNULL(item); in cbor_new_indefinite_string()
44 _CBOR_NOTNULL(item); in cbor_build_string()
55 _CBOR_NOTNULL(item); in cbor_build_stringn()
H A Dbytestrings.c33 _CBOR_NOTNULL(item); in cbor_new_definite_bytestring()
44 _CBOR_NOTNULL(item); in cbor_new_indefinite_bytestring()
63 _CBOR_NOTNULL(item); in cbor_build_bytestring()
H A Dmaps.c23 _CBOR_NOTNULL(item); in cbor_new_definite_map()
39 _CBOR_NOTNULL(item); in cbor_new_indefinite_map()
H A Darrays.c99 _CBOR_NOTNULL(item); in cbor_new_definite_array()
120 _CBOR_NOTNULL(item); in cbor_new_indefinite_array()
H A Dtags.c12 _CBOR_NOTNULL(item); in cbor_new_tag()
H A Dcommon.h105 #define _CBOR_NOTNULL(cbor_item) \ macro