Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c80 pNesting->pCurrentNesting = &pNesting->pArrays[0]; in Nesting_Init()
92 if(pNesting->pCurrentNesting == &pNesting->pArrays[QCBOR_MAX_ARRAY_NESTING]) { in Nesting_Increase()
106 if(pNesting->pCurrentNesting > &pNesting->pArrays[0]) { in Nesting_Decrease()
168 return pNesting->pCurrentNesting == &pNesting->pArrays[0] ? false : true; in Nesting_IsInNest()
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h207 } pArrays[QCBOR_MAX_ARRAY_NESTING+1], /* stored state for nesting levels */ member