Searched refs:pCurrentBounded (Results 1 – 2 of 2) sorted by relevance
307 *pCurrentBounded; member
219 const ptrdiff_t nLevel = pNesting->pCurrentBounded - &(pNesting->pLevels[0]); in DecodeNesting_GetBoundedModeLevel()230 return pNesting->pCurrentBounded->u.ma.uStartOffset; in DecodeNesting_GetMapOrArrayStart()237 if(pNesting->pCurrentBounded->u.ma.uCountCursor == QCBOR_COUNT_INDICATES_ZERO_LENGTH) { in DecodeNesting_IsBoundedEmpty()327 if(pNesting->pCurrentBounded == NULL) { in DecodeNesting_IsAtEndOfBoundedLevel()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()376 if(pNesting->pCurrentBounded == NULL) { in DecodeNesting_IsBoundedType()380 uint8_t uItemDataType = pNesting->pCurrentBounded->uLevelType; in DecodeNesting_IsBoundedType()455 pNesting->pCurrentBounded = pNesting->pCurrent; in DecodeNesting_EnterBoundedMapOrArray()504 pNesting->pCurrent = pNesting->pCurrentBounded - 1; in DecodeNesting_LevelUpCurrent()[all …]