Searched refs:_cbor_stack (Results 1 – 6 of 6) sorted by relevance
35 struct _cbor_stack { struct41 struct _cbor_stack _cbor_stack_init(void); argument43 void _cbor_stack_pop(struct _cbor_stack*);46 struct _cbor_stack_record* _cbor_stack_push(struct _cbor_stack*, cbor_item_t*,
10 struct _cbor_stack _cbor_stack_init(void) { in _cbor_stack_init()11 return (struct _cbor_stack){.top = NULL, .size = 0}; in _cbor_stack_init()14 void _cbor_stack_pop(struct _cbor_stack* stack) { in _cbor_stack_pop()21 struct _cbor_stack_record* _cbor_stack_push(struct _cbor_stack* stack, in _cbor_stack_push()
26 struct _cbor_stack* stack;
35 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_byte_string_callback_append()76 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_byte_string_callback_append_alloc_failure()109 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_byte_string_callback_append_item_alloc_failure()144 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_byte_string_callback_append_parent_alloc_failure()179 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_string_callback_append()218 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_string_callback_append_alloc_failure()251 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_string_callback_append_item_alloc_failure()285 struct _cbor_stack stack = _cbor_stack_init(); in test_builder_string_callback_append_parent_alloc_failure()318 struct _cbor_stack stack = _cbor_stack_init(); in test_append_array_failure()349 struct _cbor_stack stack = _cbor_stack_init(); in test_append_map_failure()[all …]
42 struct _cbor_stack stack = _cbor_stack_init(); in cjson_cbor_load()
55 struct _cbor_stack stack = _cbor_stack_init(); in cbor_load()