Searched refs:htab_table (Results 1 – 1 of 1) sorted by relevance
128 static htab_entry *htab_table = NULL; variable153 if (htab_table != NULL) { in htab_create()171 htab_table = calloc(htab_size + 1, sizeof(htab_entry)); in htab_create()172 if (htab_table == NULL) { in htab_create()185 if (htab_table == NULL) in htab_destroy()189 if (htab_table[i].used) in htab_destroy()190 safe_free(htab_table[i].str); in htab_destroy()194 safe_free(htab_table); in htab_destroy()230 if (htab_table[idx].used) { in htab_hash()231 if ((htab_table[idx].used == hval) && (safe_strcmp(str, htab_table[idx].str) == 0)) in htab_hash()[all …]