Home
last modified time | relevance | path

Searched refs:subitems (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.c34 assert(ctx->stack->top->subitems > 0); in _cbor_builder_append()
36 ctx->stack->top->subitems--; in _cbor_builder_append()
37 if (ctx->stack->top->subitems == 0) { in _cbor_builder_append()
53 if (ctx->stack->top->subitems % 2) { in _cbor_builder_append()
61 ctx->stack->top->subitems--; in _cbor_builder_append()
62 if (ctx->stack->top->subitems == 0) { in _cbor_builder_append()
68 ctx->stack->top->subitems ^= in _cbor_builder_append()
74 assert(ctx->stack->top->subitems == 1); in _cbor_builder_append()
318 (item->type != CBOR_TYPE_MAP || ctx->stack->top->subitems % 2 == 0)) { in cbor_builder_indef_break_callback()
H A Dstack.c23 size_t subitems) { in _cbor_stack_push() argument
28 *new_top = (struct _cbor_stack_record){stack->top, item, subitems}; in _cbor_stack_push()
H A Dstack.h21 size_t subitems; member
/netbsd-src/external/gpl2/texinfo/dist/
H A DTODO58 - Allow subitems and `see' and `see also' in indices.