Home
last modified time | relevance | path

Searched refs:cbor_map_handle (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libcbor/src/cbor/
Dmaps.c57 struct cbor_pair *data = cbor_map_handle(item); in _cbor_map_add_key()
87 struct cbor_pair *data = cbor_map_handle(item); in _cbor_map_add_key()
98 cbor_map_handle(item)[ in _cbor_map_add_value()
121 struct cbor_pair *cbor_map_handle(const cbor_item_t *item) { in cbor_map_handle() function
Dmaps.h109 _CBOR_NODISCARD CBOR_EXPORT struct cbor_pair *cbor_map_handle(
Dserialization.c126 struct cbor_pair *items = cbor_map_handle(item); in cbor_serialized_size()
305 struct cbor_pair *handle = cbor_map_handle(item); in cbor_serialize_map()
Dcommon.c131 struct cbor_pair *handle = cbor_map_handle(item); in cbor_decref()
/openbsd/src/lib/libcbor/src/
Dcbor.c249 struct cbor_pair *it = cbor_map_handle(item); in cbor_copy()
374 _cbor_nested_describe(cbor_map_handle(item)[i].key, out, indent + 4); in _cbor_nested_describe()
375 _cbor_nested_describe(cbor_map_handle(item)[i].value, out, indent + 4); in _cbor_nested_describe()
/openbsd/src/lib/libfido2/src/
Dcbor.c68 if ((v = cbor_map_handle(item)) == NULL) { in cbor_map_iter()