Stack handle - contents and size. 
 
struct _cbor_stack_record * lower
 
struct _cbor_stack _cbor_stack_init()
 
Simple stack record for the parser. 
 
void _cbor_stack_pop(struct _cbor_stack *stack)
 
struct _cbor_stack_record * _cbor_stack_push(struct _cbor_stack *stack, cbor_item_t *item, size_t subitems)
 
struct _cbor_stack_record * top