Home
last modified time | relevance | path

Searched refs:stack_item (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/rcorder/
H A Drcorder.c790 strnodelist stack_item; in satisfy_req() local
834 stack_item.next = stack_ptr; in satisfy_req()
835 stack_item.node = fnode; in satisfy_req()
842 do_file(head->next->fnode, &stack_item); in satisfy_req()
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c52 cbor_item_t *stack_item = ctx->stack->top->item; in _cbor_builder_append() local
54 _cbor_builder_append(stack_item, ctx); in _cbor_builder_append()