Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dstack.h30 struct _cbor_stack _cbor_stack_init();
H A Dstack.c10 struct _cbor_stack _cbor_stack_init() { in _cbor_stack_init() function
/netbsd-src/external/mit/libcbor/dist/examples/
H A Dcjson2cbor.c42 struct _cbor_stack stack = _cbor_stack_init(); in cjson_cbor_load()
/netbsd-src/external/mit/libcbor/dist/src/
H A Dcbor.c52 struct _cbor_stack stack = _cbor_stack_init(); in cbor_load()