Searched refs:CBOR_NLIMIT (Results 1 – 1 of 1) sorted by relevance
110 #define CBOR_NLIMIT 23 /* Largest negative value */ macro231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()