Searched refs:_CBOR_NOTNULL (Results 1 – 8 of 8) sorted by relevance
90 _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 …]
98 _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()
15 _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()
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()
99 _CBOR_NOTNULL(item); in cbor_new_definite_array()120 _CBOR_NOTNULL(item); in cbor_new_indefinite_array()
12 _CBOR_NOTNULL(item); in cbor_new_tag()
105 #define _CBOR_NOTNULL(cbor_item) \ macro