Searched refs:CBOR_ULIMIT (Results 1 – 1 of 1) sorted by relevance
109 #define CBOR_ULIMIT 24 /* Largest unsigned value */ macro176 cbor_encode_uint(xbp, minor, CBOR_ULIMIT); in cbor_append()231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()