Searched refs:pArrays (Results 1 – 2 of 2) sorted by relevance
80 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()
207 } pArrays[QCBOR_MAX_ARRAY_NESTING+1], /* stored state for nesting levels */ member