Searched refs:_cbor_stack_push (Results 1 – 3 of 3) sorted by relevance
34 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *, cbor_item_t *,
21 struct _cbor_stack_record *_cbor_stack_push(struct _cbor_stack *stack, in _cbor_stack_push() function
100 if (_cbor_stack_push(ctx->stack, res, subitems) == NULL) { \