Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dints.c94 _CBOR_NOTNULL(item); in cbor_new_int8()
104 _CBOR_NOTNULL(item); in cbor_new_int16()
114 _CBOR_NOTNULL(item); in cbor_new_int32()
124 _CBOR_NOTNULL(item); in cbor_new_int64()
134 _CBOR_NOTNULL(item); in cbor_build_uint8()
142 _CBOR_NOTNULL(item); in cbor_build_uint16()
150 _CBOR_NOTNULL(item); in cbor_build_uint32()
158 _CBOR_NOTNULL(item); in cbor_build_uint64()
166 _CBOR_NOTNULL(item); in cbor_build_negint8()
174 _CBOR_NOTNULL(item); in cbor_build_negint16()
[all …]
H A Dfloats_ctrls.c102 _CBOR_NOTNULL(item); in cbor_new_ctrl()
115 _CBOR_NOTNULL(item); in cbor_new_float2()
127 _CBOR_NOTNULL(item); in cbor_new_float4()
139 _CBOR_NOTNULL(item); in cbor_new_float8()
151 _CBOR_NOTNULL(item); in cbor_new_null()
158 _CBOR_NOTNULL(item); in cbor_new_undef()
169 _CBOR_NOTNULL(item); in cbor_build_float2()
176 _CBOR_NOTNULL(item); in cbor_build_float4()
183 _CBOR_NOTNULL(item); in cbor_build_float8()
190 _CBOR_NOTNULL(item); in cbor_build_ctrl()
H A Dstrings.c15 _CBOR_NOTNULL(item); in cbor_new_definite_string()
27 _CBOR_NOTNULL(item); in cbor_new_indefinite_string()
46 _CBOR_NOTNULL(item); in cbor_build_string()
57 _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.c100 _CBOR_NOTNULL(item); in cbor_new_definite_array()
121 _CBOR_NOTNULL(item); in cbor_new_indefinite_array()
H A Dtags.c12 _CBOR_NOTNULL(item); in cbor_new_tag()
H A Dcommon.h122 #define _CBOR_NOTNULL(cbor_item) \ macro