Searched refs:thash (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_handle.c259 p->thash = Xcalloc(p->thash_size, sizeof (unsigned int));
283 tmp->thash = Xcalloc(tmp->thash_size,
481 thash_idx = get_hash_index(cur_catalog->thash,
483 cur_catalog->thash[thash_idx] = nmsg + 1;
494 free(cur_catalog->thash);
495 cur_catalog->thash = Xcalloc(cur_catalog->thash_size,
499 thash_idx = get_hash_index(cur_catalog->thash,
502 cur_catalog->thash[thash_idx] = n + 1;
H A Dgnu_msgfmt.h105 unsigned int *thash; member in struct:catalog
H A Dgnu_msgs.c40 if (!p->thash[idx])
44 for (m = p->msg; (i = p->thash[idx]) != 0;
83 free(p->thash);
H A Dgnu_msgs_rev.c50 if (!p->thash[idx])
54 for (m = p->msg; (i = p->thash[idx]) != 0;
98 free(p->thash);

Completed in 60 milliseconds