Searched refs:_cbor_stack_record (Results 1 – 3 of 3) sorted by relevance
15 struct _cbor_stack_record* top = stack->top; in _cbor_stack_pop()21 struct _cbor_stack_record* _cbor_stack_push(struct _cbor_stack* stack, in _cbor_stack_push()25 struct _cbor_stack_record* new_top = in _cbor_stack_push()26 _cbor_malloc(sizeof(struct _cbor_stack_record)); in _cbor_stack_push()29 *new_top = (struct _cbor_stack_record){stack->top, item, subitems}; in _cbor_stack_push()
18 struct _cbor_stack_record { struct20 struct _cbor_stack_record* lower; argument36 struct _cbor_stack_record* top; argument46 struct _cbor_stack_record* _cbor_stack_push(struct _cbor_stack*, cbor_item_t*,
36 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append()77 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append_alloc_failure()110 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append_item_alloc_failure()145 struct _cbor_stack_record* stack_top = in test_builder_byte_string_callback_append_parent_alloc_failure()180 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append()219 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append_alloc_failure()252 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append_item_alloc_failure()286 struct _cbor_stack_record* stack_top = in test_builder_string_callback_append_parent_alloc_failure()319 struct _cbor_stack_record* stack_top = in test_append_array_failure()350 struct _cbor_stack_record* stack_top = in test_append_map_failure()[all …]