Searched refs:QCBOR_MAX_ITEMS_IN_ARRAY (Results 1 – 3 of 3) sorted by relevance
575 #define QCBOR_MAX_ITEMS_IN_ARRAY (UINT16_MAX-1) /* -1 is because the macro
115 if(1 >= QCBOR_MAX_ITEMS_IN_ARRAY - pNesting->pCurrentNesting->uCount) { in Nesting_Increment()
480 uCount > QCBOR_MAX_ITEMS_IN_ARRAY) { in DecodeNesting_DescendMapOrArray()1084 if(uItemCount > QCBOR_MAX_ITEMS_IN_ARRAY/2) { in QCBOR_Private_DecodeArrayOrMap()1095 if(uItemCount > QCBOR_MAX_ITEMS_IN_ARRAY) { in QCBOR_Private_DecodeArrayOrMap()