Home
last modified time | relevance | path

Searched defs:pNesting (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c77 Nesting_Init(QCBORTrackNesting *pNesting) in Nesting_Init()
88 Nesting_Increase(QCBORTrackNesting *pNesting, in Nesting_Increase()
104 Nesting_Decrease(QCBORTrackNesting *pNesting) in Nesting_Decrease()
112 Nesting_Increment(QCBORTrackNesting *pNesting) in Nesting_Increment()
126 Nesting_Decrement(QCBORTrackNesting *pNesting) in Nesting_Decrement()
135 Nesting_GetCount(QCBORTrackNesting *pNesting) in Nesting_GetCount()
153 Nesting_GetStartPos(QCBORTrackNesting *pNesting) in Nesting_GetStartPos()
160 Nesting_GetMajorType(QCBORTrackNesting *pNesting) in Nesting_GetMajorType()
166 Nesting_IsInNest(QCBORTrackNesting *pNesting) in Nesting_IsInNest()
H A Dqcbor_decode.c206 DecodeNesting_GetCurrentLevel(const QCBORDecodeNesting *pNesting) in DecodeNesting_GetCurrentLevel()
217 DecodeNesting_GetBoundedModeLevel(const QCBORDecodeNesting *pNesting) in DecodeNesting_GetBoundedModeLevel()
228 DecodeNesting_GetMapOrArrayStart(const QCBORDecodeNesting *pNesting) in DecodeNesting_GetMapOrArrayStart()
235 DecodeNesting_IsBoundedEmpty(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsBoundedEmpty()
246 DecodeNesting_IsCurrentAtTop(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentAtTop()
257 DecodeNesting_IsCurrentDefiniteLength(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentDefiniteLength()
277 DecodeNesting_IsCurrentBstrWrapped(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentBstrWrapped()
288 DecodeNesting_IsCurrentBounded(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentBounded()
301 DecodeNesting_SetMapOrArrayBoundedMode(QCBORDecodeNesting *pNesting, bool bIsEmpty, size_t uStart) in DecodeNesting_SetMapOrArrayBoundedMode()
318 DecodeNesting_ClearBoundedMode(QCBORDecodeNesting *pNesting) in DecodeNesting_ClearBoundedMode()
[all …]