Home
last modified time | relevance | path

Searched refs:pLevels (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h305 } pLevels[QCBOR_MAX_ARRAY_NESTING+1], member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c208 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()