Searched refs:_cbor_stack (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dstack.h25 struct _cbor_stack { struct
30 struct _cbor_stack _cbor_stack_init();
32 void _cbor_stack_pop(struct _cbor_stack *);
34 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *, cbor_item_t *,
H A Dstack.c10 struct _cbor_stack _cbor_stack_init() {
11 return (struct _cbor_stack){.top = NULL, .size = 0};
14 void _cbor_stack_pop(struct _cbor_stack *stack) {
21 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *stack,
H A Dbuilder_callbacks.h26 struct _cbor_stack *stack;
/netbsd-current/external/mit/libcbor/dist/examples/
H A Dcjson2cbor.c42 struct _cbor_stack stack = _cbor_stack_init();
/netbsd-current/external/mit/libcbor/dist/src/
H A Dcbor.c52 struct _cbor_stack stack = _cbor_stack_init();

Completed in 106 milliseconds