Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/src/
H A Dcbor.c121 static cbor_item_t *_cbor_copy_int(cbor_item_t *item, bool negative) { in _cbor_copy_int() function
163 return _cbor_copy_int(item, false); in cbor_copy()
165 return _cbor_copy_int(item, true); in cbor_copy()