Searched refs:_CBOR_NOTNULL (Results 1 – 8 of 8) sorted by relevance
94 _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 …]
102 _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()
15 _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()
33 _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()
23 _CBOR_NOTNULL(item); in cbor_new_definite_map()39 _CBOR_NOTNULL(item); in cbor_new_indefinite_map()
100 _CBOR_NOTNULL(item); in cbor_new_definite_array()121 _CBOR_NOTNULL(item); in cbor_new_indefinite_array()
12 _CBOR_NOTNULL(item); in cbor_new_tag()
122 #define _CBOR_NOTNULL(cbor_item) \ macro