Here is a list of all functions with links to the files they belong to:
- _ -
- _cbor_alloc_multiple() : memory_utils.c, memory_utils.h
- _cbor_builder_append() : builder_callbacks.c, builder_callbacks.h
- _cbor_decode_half() : loaders.c
- _cbor_encode_byte() : encoding.c
- _cbor_encode_uint() : encoders.c, encoders.h
- _cbor_encode_uint16() : encoders.c, encoders.h
- _cbor_encode_uint32() : encoders.c, encoders.h
- _cbor_encode_uint64() : encoders.c, encoders.h
- _cbor_encode_uint8() : encoders.c, encoders.h
- _cbor_encoded_header_size() : serialization.c
- _cbor_highest_bit() : memory_utils.c
- _cbor_is_indefinite() : builder_callbacks.c
- _cbor_load_double() : loaders.c, loaders.h
- _cbor_load_float() : loaders.c, loaders.h
- _cbor_load_half() : loaders.c, loaders.h
- _cbor_load_uint16() : loaders.c, loaders.h
- _cbor_load_uint32() : loaders.c, loaders.h
- _cbor_load_uint64() : loaders.c, loaders.h
- _cbor_load_uint8() : loaders.c, loaders.h
- _cbor_map_add_key() : maps.c, maps.h
- _cbor_map_add_value() : maps.c, maps.h
- _cbor_realloc_multiple() : memory_utils.c, memory_utils.h
- _cbor_safe_signaling_add() : memory_utils.c, memory_utils.h
- _cbor_safe_to_add() : memory_utils.c, memory_utils.h
- _cbor_safe_to_multiply() : memory_utils.c, memory_utils.h
- _cbor_stack_init() : stack.c, stack.h
- _cbor_stack_pop() : stack.c, stack.h
- _cbor_stack_push() : stack.c, stack.h
- _cbor_unicode_codepoint_count() : unicode.c, unicode.h
- _cbor_unicode_decode() : unicode.c