Searched refs:_cbor_stack_record (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dstack.h18 struct _cbor_stack_record { struct
19 struct _cbor_stack_record *lower;
26 struct _cbor_stack_record *top;
34 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *, cbor_item_t *,
H A Dstack.c15 struct _cbor_stack_record *top = stack->top;
21 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *stack,
24 struct _cbor_stack_record *new_top =
25 _CBOR_MALLOC(sizeof(struct _cbor_stack_record));
28 *new_top = (struct _cbor_stack_record){stack->top, item, subitems};

Completed in 117 milliseconds