Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_mem.c77 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 …]
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmem_ext.h88 uint8_t **p_BlocksStack; /* Array of pointers to blocks */ member