Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libcbor/src/cbor/
HDints.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 …]
HDfloats_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()
HDstrings.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()
HDbytestrings.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()
HDmaps.c23 _CBOR_NOTNULL(item); in cbor_new_definite_map()
39 _CBOR_NOTNULL(item); in cbor_new_indefinite_map()
HDarrays.c99 _CBOR_NOTNULL(item); in cbor_new_definite_array()
120 _CBOR_NOTNULL(item); in cbor_new_indefinite_array()
HDtags.c12 _CBOR_NOTNULL(item); in cbor_new_tag()
HDcommon.h105 #define _CBOR_NOTNULL(cbor_item) \ macro