Searched refs:thash (Results 1 – 4 of 4) sorted by relevance
257 p->thash = Xcalloc(p->thash_size, sizeof (unsigned int)); in catalog_init()281 tmp->thash = Xcalloc(tmp->thash_size, in catalog_init()479 thash_idx = get_hash_index(cur_catalog->thash, in handle_message()481 cur_catalog->thash[thash_idx] = nmsg + 1; in handle_message()492 free(cur_catalog->thash); in handle_message()493 cur_catalog->thash = Xcalloc(cur_catalog->thash_size, in handle_message()497 thash_idx = get_hash_index(cur_catalog->thash, in handle_message()500 cur_catalog->thash[thash_idx] = n + 1; in handle_message()
38 if (!p->thash[idx]) in search_msg()42 for (m = p->msg; (i = p->thash[idx]) != 0; in search_msg()81 free(p->thash); in output_all_gnu_mo_files()
48 if (!p->thash[idx]) in search_msg()52 for (m = p->msg; (i = p->thash[idx]) != 0; in search_msg()96 free(p->thash); in output_all_gnu_mo_files()
103 unsigned int *thash; member