Home
last modified time | relevance | path

Searched refs:uStart (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c97 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()
H A Dqcbor_decode.c301 DecodeNesting_SetMapOrArrayBoundedMode(QCBORDecodeNesting *pNesting, bool bIsEmpty, size_t uStart) in DecodeNesting_SetMapOrArrayBoundedMode() argument
309 pNesting->pCurrent->u.ma.uStartOffset = (uint32_t)uStart; in DecodeNesting_SetMapOrArrayBoundedMode()
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h203 uint32_t uStart; /* uStart is the position where the array starts */ member