struct _cbor_stack _cbor_stack_init(void)
struct _cbor_stack_record * _cbor_stack_push(struct _cbor_stack *, cbor_item_t *, size_t)
void _cbor_stack_pop(struct _cbor_stack *)
Simple stack record for the parser.
cbor_item_t * item
Item under construction.
size_t subitems
How many outstanding subitems are expected.
struct _cbor_stack_record * lower
Pointer to the parent stack frame.
Stack handle - contents and size.
struct _cbor_stack_record * top