Searched refs:local_table (Results 1 – 1 of 1) sorted by relevance
210 TABELEM *local_table; in hcreate() local227 local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM)); in hcreate()231 table = local_table; in hcreate()237 return (local_table != NULL); in hcreate()243 POINTER local_table; in hdestroy() local264 local_table = (POINTER)table; in hdestroy()270 free(local_table); in hdestroy()