Searched refs:pCurrent (Results 1 – 2 of 2) sorted by relevance
208 const ptrdiff_t nLevel = pNesting->pCurrent - &(pNesting->pLevels[0]); in DecodeNesting_GetCurrentLevel()248 if(pNesting->pCurrent == &(pNesting->pLevels[0])) { in DecodeNesting_IsCurrentAtTop()259 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsCurrentDefiniteLength()265 if(pNesting->pCurrent->u.ma.uCountTotal == QCBOR_COUNT_INDICATES_INDEFINITE_LENGTH) { in DecodeNesting_IsCurrentDefiniteLength()279 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsCurrentBstrWrapped()290 if(pNesting->pCurrent->uLevelType == QCBOR_TYPE_BYTE_STRING) { in DecodeNesting_IsCurrentBounded()293 if(pNesting->pCurrent->u.ma.uStartOffset != QCBOR_NON_BOUNDED_OFFSET) { in DecodeNesting_IsCurrentBounded()309 pNesting->pCurrent->u.ma.uStartOffset = (uint32_t)uStart; in DecodeNesting_SetMapOrArrayBoundedMode()312 pNesting->pCurrent->u.ma.uCountCursor = QCBOR_COUNT_INDICATES_ZERO_LENGTH; in DecodeNesting_SetMapOrArrayBoundedMode()320 pNesting->pCurrent->u.ma.uStartOffset = QCBOR_NON_BOUNDED_OFFSET; in DecodeNesting_ClearBoundedMode()[all …]
306 *pCurrent, member