Searched refs:uNextNestLevel (Results 1 – 2 of 2) sorted by relevance
2129 pDecodedItem->uNextNestLevel = 0; in QCBORDecode_Private_GetNextMapOrArray()2131 pDecodedItem->uNextNestLevel = DecodeNesting_GetCurrentLevel(&(pMe->nesting)); in QCBORDecode_Private_GetNextMapOrArray()2444 if(mantissaItem.uNextNestLevel == nNestLevel) { in QCBORDecode_Private_ExpMantissa()2450 pDecodedItem->uNextNestLevel = mantissaItem.uNextNestLevel; in QCBORDecode_Private_ExpMantissa()3173 const bool bIsEmpty = (pItemToConsume->uNextNestLevel <= pItemToConsume->uNestingLevel); in QCBORDecode_Private_ConsumeItem()3187 } while(Item.uNextNestLevel >= pItemToConsume->uNextNestLevel); in QCBORDecode_Private_ConsumeItem()3189 *puNextNestLevel = Item.uNextNestLevel; in QCBORDecode_Private_ConsumeItem()3196 *puNextNestLevel = pItemToConsume->uNextNestLevel; in QCBORDecode_Private_ConsumeItem()3216 &pDecodedItem->uNextNestLevel); in QCBORDecode_VGetNextConsume()3411 uint8_t uNextNestLevel; in QCBORDecode_Private_MapSearch() local[all …]
408 uint8_t uNextNestLevel; member