HomeSort by: relevance | last modified time | path
    Searched refs:cbor_map_handle (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/
maps.c 57 struct cbor_pair *data = cbor_map_handle(item);
88 struct cbor_pair *data = cbor_map_handle(item);
99 cbor_map_handle(item)[
122 struct cbor_pair *cbor_map_handle(const cbor_item_t *item) { function
maps.h 105 struct cbor_pair *cbor_map_handle(const cbor_item_t *item);
common.c 127 struct cbor_pair *handle = cbor_map_handle(item);
serialization.c 215 struct cbor_pair *handle = cbor_map_handle(item);
  /src/external/mit/libcbor/dist/test/
type_5_test.c 46 struct cbor_pair *handle = cbor_map_handle(map);
66 struct cbor_pair *handle = cbor_map_handle(map);
93 struct cbor_pair *handle = cbor_map_handle(map);
96 struct cbor_pair *inner_handle = cbor_map_handle(handle[0].value);
117 struct cbor_pair *handle = cbor_map_handle(map);
139 struct cbor_pair *handle = cbor_map_handle(map);
166 struct cbor_pair *handle = cbor_map_handle(map);
copy_test.c 135 assert_uint8(cbor_map_handle(copy = cbor_copy(item))[0].key, 42);
148 assert_uint8(cbor_map_handle(copy = cbor_copy(item))[0].key, 42);
  /src/external/mit/libcbor/dist/src/
cbor.c 208 struct cbor_pair *it = cbor_map_handle(item);
311 _cbor_nested_describe(cbor_map_handle(item)[i].key, out, indent + 4);
312 _cbor_nested_describe(cbor_map_handle(item)[i].value, out, indent + 4);
  /src/external/bsd/libfido2/dist/fuzz/
wrap.c 574 cbor_map_handle,
  /src/external/bsd/libfido2/dist/tools/
largeblob.c 455 (v = cbor_map_handle(item)) == NULL)
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 122 ['cbor_5fmap_5fhandle',['cbor_map_handle',['../maps_8c.html#a4cadc8eb7ae7ff8d3f73482fb24455c9',1,'cbor_map_handle(const cbor_item_t *item): maps.c'],['../maps_8h.html#a4cadc8eb7ae7ff8d3f73482fb24455c9',1,'cbor_map_handle(const cbor_item_t *item): maps.c']]],
all_3.js 172 ['cbor_5fmap_5fhandle',['cbor_map_handle',['../maps_8c.html#a4cadc8eb7ae7ff8d3f73482fb24455c9',1,'cbor_map_handle(const cbor_item_t *item): maps.c'],['../maps_8h.html#a4cadc8eb7ae7ff8d3f73482fb24455c9',1,'cbor_map_handle(const cbor_item_t *item): maps.c']]],
  /src/external/bsd/libfido2/dist/src/
cbor.c 69 if ((v = cbor_map_handle(item)) == NULL) {
70 fido_log_debug("%s: cbor_map_handle", __func__);

Completed in 53 milliseconds