OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbor_copy
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libcbor/dist/src/
cbor.c
160
cbor_item_t *
cbor_copy
(cbor_item_t *item) {
function
175
cbor_move(
cbor_copy
(cbor_bytestring_chunks_handle(item)[i])));
186
res, cbor_move(
cbor_copy
(cbor_string_chunks_handle(item)[i])));
198
res, cbor_move(
cbor_copy
(cbor_move(cbor_array_get(item, i)))));
211
.key = cbor_move(
cbor_copy
(it[i].key)),
212
.value = cbor_move(
cbor_copy
(it[i].value))});
217
cbor_move(
cbor_copy
(cbor_tag_item(item))));
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026