Searched refs:READ_CLAIM_INVOKE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/libcbor/src/cbor/ |
| HD | streaming.c | 34 #define READ_CLAIM_INVOKE(callback_name, length_reader, length_bytes) \ macro 220 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint8, 1); in cbor_stream_decode() 223 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint16, 2); in cbor_stream_decode() 226 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint32, 4); in cbor_stream_decode() 229 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint64, 8); in cbor_stream_decode() 273 READ_CLAIM_INVOKE(string, _cbor_load_uint8, 1); in cbor_stream_decode() 276 READ_CLAIM_INVOKE(string, _cbor_load_uint16, 2); in cbor_stream_decode() 279 READ_CLAIM_INVOKE(string, _cbor_load_uint32, 4); in cbor_stream_decode() 282 READ_CLAIM_INVOKE(string, _cbor_load_uint64, 8); in cbor_stream_decode()
|