Searched refs:table (Results 1 – 2 of 2) sorted by relevance
72 if (htab->table != NULL) in __hcreate_r()98 if (htab->table == NULL) in __hcreate_r()121 free (htab->table); in weak_alias()124 htab->table = NULL; in weak_alias()166 if (htab->table[idx].used) in weak_alias()169 if (htab->table[idx].used == hval in weak_alias()172 *retval = &htab->table[idx].entry; in weak_alias()201 while (htab->table[idx].used); in weak_alias()216 htab->table[idx].used = hval; in weak_alias()217 htab->table[idx].entry = item; in weak_alias()[all …]
99 struct _ENTRY *table; member
Completed in 5 milliseconds