Searched refs:_cbor_copy_int (Results 1 – 1 of 1) sorted by relevance
121 static cbor_item_t *_cbor_copy_int(cbor_item_t *item, bool negative) { in _cbor_copy_int() function163 return _cbor_copy_int(item, false); in cbor_copy()165 return _cbor_copy_int(item, true); in cbor_copy()