Searched refs:uStart (Results 1 – 3 of 3) sorted by relevance
97 pNesting->pCurrentNesting->uStart = uPos; in Nesting_Increase()155 return pNesting->pCurrentNesting->uStart; in Nesting_GetStartPos()967 if(pMe->nesting.pCurrentNesting->uStart != uCurrent) { in QCBOREncode_CancelBstrWrap()
301 DecodeNesting_SetMapOrArrayBoundedMode(QCBORDecodeNesting *pNesting, bool bIsEmpty, size_t uStart) in DecodeNesting_SetMapOrArrayBoundedMode() argument309 pNesting->pCurrent->u.ma.uStartOffset = (uint32_t)uStart; in DecodeNesting_SetMapOrArrayBoundedMode()
203 uint32_t uStart; /* uStart is the position where the array starts */ member