Searched refs:p_Hash (Results 1 – 1 of 1) sorted by relevance
173 if (p_Hash) in FreeHashTable()175 if (p_Hash->p_Lsts) in FreeHashTable()190 XX_Free(p_Hash); in FreeHashTable()199 t_EthHash *p_Hash; in AllocHashTable() local203 if (!p_Hash) in AllocHashTable()208 p_Hash->size = size; in AllocHashTable()210 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List)); in AllocHashTable()211 if (!p_Hash->p_Lsts) in AllocHashTable()214 XX_Free(p_Hash); in AllocHashTable()218 for (i=0 ; i<p_Hash->size; i++) in AllocHashTable()[all …]