Searched refs:pLevels (Results 1 – 2 of 2) sorted by relevance
305 } pLevels[QCBOR_MAX_ARRAY_NESTING+1], member
208 const ptrdiff_t nLevel = pNesting->pCurrent - &(pNesting->pLevels[0]); in DecodeNesting_GetCurrentLevel()219 const ptrdiff_t nLevel = pNesting->pCurrentBounded - &(pNesting->pLevels[0]); in DecodeNesting_GetBoundedModeLevel()248 if(pNesting->pCurrent == &(pNesting->pLevels[0])) { in DecodeNesting_IsCurrentAtTop()422 if(pNesting->pCurrent >= &(pNesting->pLevels[QCBOR_MAX_ARRAY_NESTING])) { in DecodeNesting_Descend()511 while(pNesting->pCurrentBounded != &(pNesting->pLevels[0])) { in DecodeNesting_LevelUpBounded()571 pNesting->pLevels[0].uLevelType = QCBOR_TYPE_BYTE_STRING; in DecodeNesting_Init()572 pNesting->pCurrent = &(pNesting->pLevels[0]); in DecodeNesting_Init()