Searched refs:p_BlocksStack (Results 1 – 2 of 2) sorted by relevance
77 p_Block = p_Mem->p_BlocksStack[p_Mem->current];79 p_Mem->p_BlocksStack[p_Mem->current] = NULL;96 p_Mem->p_BlocksStack[p_Mem->current] = (uint8_t *)p_Block;320 p_Mem->p_BlocksStack = (uint8_t **)XX_Malloc(num * sizeof(uint8_t*));321 if (!p_Mem->p_BlocksStack)370 p_Mem->p_BlocksStack[i] = p_Blocks;437 if (!p_Mem->p_BlocksStack)501 p_Mem->p_BlocksStack[i] = p_Blocks;540 p_Mem->p_BlocksStack[i] = p_Block;603 if (p_Mem->p_BlocksStack)[all …]
88 uint8_t **p_BlocksStack; /* Array of pointers to blocks */ member