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

  /src/external/mit/libcbor/dist/docs/doxygen/search/
all_8.js 3 ['key',['key',['../structcbor__pair.html#a5122c22ad7ef32b2c6ae0a413caca7a1',1,'cbor_pair']]]
variables_8.js 3 ['key',['key',['../structcbor__pair.html#a5122c22ad7ef32b2c6ae0a413caca7a1',1,'cbor_pair']]]
all_11.js 3 ['value',['value',['../struct__cbor__tag__metadata.html#a23bcf332e94e901e5bc3b48aab0d89da',1,'_cbor_tag_metadata::value()'],['../structcbor__pair.html#a44bbea9cc120de72fc4871a05dc8ec85',1,'cbor_pair::value()']]]
variables_11.js 3 ['value',['value',['../struct__cbor__tag__metadata.html#a23bcf332e94e901e5bc3b48aab0d89da',1,'_cbor_tag_metadata::value()'],['../structcbor__pair.html#a44bbea9cc120de72fc4871a05dc8ec85',1,'cbor_pair::value()']]]
classes_1.js 10 ['cbor_5fpair',['cbor_pair',['../structcbor__pair.html',1,'']]]
all_3.js 170 ['cbor_5fmap_5fadd',['cbor_map_add',['../maps_8c.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c'],['../maps_8h.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c']]],
223 ['cbor_5fpair',['cbor_pair',['../structcbor__pair.html',1,'']]],
functions_1.js 120 ['cbor_5fmap_5fadd',['cbor_map_add',['../maps_8c.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c'],['../maps_8h.html#af077a30d8258ab02307c24af28036fca',1,'cbor_map_add(cbor_item_t *item, struct cbor_pair pair): maps.c']]],
  /src/external/mit/libcbor/dist/examples/
create_items.c 16 (struct cbor_pair){
20 (struct cbor_pair){
  /src/external/mit/libcbor/dist/src/cbor/
maps.h 33 * @return Allocated storage size (as the number of #cbor_pair items)
61 bool cbor_map_add(cbor_item_t *item, struct cbor_pair pair);
105 struct cbor_pair *cbor_map_handle(const cbor_item_t *item);
maps.c 31 .data = _cbor_alloc_multiple(sizeof(struct cbor_pair), size)};
57 struct cbor_pair *data = cbor_map_handle(item);
79 item->data, sizeof(struct cbor_pair), new_allocation);
88 struct cbor_pair *data = cbor_map_handle(item);
107 bool cbor_map_add(cbor_item_t *item, struct cbor_pair pair) {
122 struct cbor_pair *cbor_map_handle(const cbor_item_t *item) {
124 return (struct cbor_pair *)item->data;
data.h 194 struct cbor_pair { struct
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);
cbor_serialize_test.c 197 cbor_map_add(item, (struct cbor_pair){.key = one, .value = two});
198 cbor_map_add(item, (struct cbor_pair){.key = two, .value = one});
213 assert_true(cbor_map_add(item, (struct cbor_pair){.key = one, .value = two}));
214 assert_true(cbor_map_add(item, (struct cbor_pair){.key = two, .value = one}));
copy_test.c 130 cbor_map_add(item, (struct cbor_pair){
143 cbor_map_add(item, (struct cbor_pair){
memory_allocation_test.c 246 cbor_map_add(map, (struct cbor_pair){.key = key, .value = value}));
  /src/external/mit/libcbor/dist/src/
cbor.c 208 struct cbor_pair *it = cbor_map_handle(item);
210 cbor_map_add(res, (struct cbor_pair){
  /src/external/bsd/libfido2/dist/fuzz/
wrap.c 573 WRAP(struct cbor_pair *,
599 (cbor_item_t *item, struct cbor_pair pair),
  /src/external/bsd/libfido2/dist/src/
cbor.c 66 struct cbor_pair *v;
230 struct cbor_pair pair;
259 struct cbor_pair pair;
288 struct cbor_pair pair;
317 struct cbor_pair pair;
346 struct cbor_pair pair;
476 struct cbor_pair alg;
789 struct cbor_pair pair;
es256.c 74 struct cbor_pair argv[5];
u2f.c 445 struct cbor_pair kv[3];
  /src/external/bsd/libfido2/dist/tools/
largeblob.c 449 struct cbor_pair *v;
  /src/external/bsd/libfido2/dist/regress/
cred.c 2898 struct cbor_pair kv;

Completed in 28 milliseconds