Searched refs:thash (Results 1 – 4 of 4) sorted by relevance
259 p->thash = Xcalloc(p->thash_size, sizeof (unsigned int)); in catalog_init()283 tmp->thash = Xcalloc(tmp->thash_size, in catalog_init()481 thash_idx = get_hash_index(cur_catalog->thash, in handle_message()483 cur_catalog->thash[thash_idx] = nmsg + 1; in handle_message()494 free(cur_catalog->thash); in handle_message()495 cur_catalog->thash = Xcalloc(cur_catalog->thash_size, in handle_message()499 thash_idx = get_hash_index(cur_catalog->thash, in handle_message()502 cur_catalog->thash[thash_idx] = n + 1; in handle_message()
40 if (!p->thash[idx]) in search_msg()44 for (m = p->msg; (i = p->thash[idx]) != 0; in search_msg()83 free(p->thash); in output_all_gnu_mo_files()
50 if (!p->thash[idx]) in search_msg()54 for (m = p->msg; (i = p->thash[idx]) != 0; in search_msg()98 free(p->thash); in output_all_gnu_mo_files()
105 unsigned int *thash; member