HomeSort by: relevance | last modified time | path
    Searched defs:new_top (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/internal/
stack.c 24 struct _cbor_stack_record *new_top = local
26 if (new_top == NULL) return NULL;
28 *new_top = (struct _cbor_stack_record){stack->top, item, subitems};
29 stack->top = new_top;
31 return new_top;
stack.c 24 struct _cbor_stack_record *new_top = local
26 if (new_top == NULL) return NULL;
28 *new_top = (struct _cbor_stack_record){stack->top, item, subitems};
29 stack->top = new_top;
31 return new_top;

Completed in 79 milliseconds