Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h291 uint16_t uCountCursor; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c237 if(pNesting->pCurrentBounded->u.ma.uCountCursor == QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_IsBoundedEmpty()
312 pNesting->pCurrent->u.ma.uCountCursor = QCBOR_COUNT_INDICATES_ZERO_LENGTH; in DecodeNesting_SetMapOrArrayBoundedMode()
340 if(pNesting->pCurrentBounded->u.ma.uCountCursor != 0 && in DecodeNesting_IsAtEndOfBoundedLevel()
341 pNesting->pCurrentBounded->u.ma.uCountCursor != QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_IsAtEndOfBoundedLevel()
354 if(pNesting->pCurrent->u.ma.uCountCursor == 0) { in DecodeNesting_IsEndOfDefiniteLengthMapOrArray()
399 pNesting->pCurrent->u.ma.uCountCursor--; in DecodeNesting_DecrementDefiniteLengthMapOrArrayCount()
407 pNesting->pCurrent->u.ma.uCountCursor++; in DecodeNesting_ReverseDecrement()
491 pNesting->pCurrent->u.ma.uCountCursor = (uint16_t)uCount; in DecodeNesting_DescendMapOrArray()
554 pNesting->pCurrent->u.ma.uCountCursor = 0; in DecodeNesting_ZeroMapOrArrayCount()
561 if(pNesting->pCurrent->u.ma.uCountCursor != QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_ResetMapOrArrayCount()
[all …]