Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3642 size_t uStartingCursor; in QCBORDecode_Private_GetArrayOrMap() local
3650 uStartingCursor = UsefulInputBuf_Tell(&(pMe->InBuf)); in QCBORDecode_Private_GetArrayOrMap()
3687 UsefulInputBuf_Seek(&(pMe->InBuf), uStartingCursor); in QCBORDecode_Private_GetArrayOrMap()
3695 uStartOfReturned = uStartingCursor; in QCBORDecode_Private_GetArrayOrMap()