Searched refs:QCBOR_MAX_ARRAY_NESTING (Results 1 – 4 of 4) sorted by relevance
207 } pArrays[QCBOR_MAX_ARRAY_NESTING+1], /* stored state for nesting levels */305 } pLevels[QCBOR_MAX_ARRAY_NESTING+1],
568 #define QCBOR_MAX_ARRAY_NESTING 15 macro
92 if(pNesting->pCurrentNesting == &pNesting->pArrays[QCBOR_MAX_ARRAY_NESTING]) { in Nesting_Increase()
422 if(pNesting->pCurrent >= &(pNesting->pLevels[QCBOR_MAX_ARRAY_NESTING])) { in DecodeNesting_Descend()