Searched refs:msgdomain_ty (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.h271 typedef struct msgdomain_ty msgdomain_ty; typedef in typeref:struct:msgdomain_ty
272 struct msgdomain_ty struct
278 extern msgdomain_ty *
281 msgdomain_free (msgdomain_ty *mdp);
287 msgdomain_ty **item;
299 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp);
H A Dmessage.c703 msgdomain_ty*
706 msgdomain_ty *mdp;
708 mdp = XMALLOC (msgdomain_ty);
716 msgdomain_free (msgdomain_ty *mdp)
733 mdlp->item = XNMALLOC (mdlp->nitems_max, msgdomain_ty *);
755 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp)
762 nbytes = mdlp->nitems_max * sizeof (msgdomain_ty *);
793 msgdomain_ty *mdp = msgdomain_alloc (domain, mdlp->use_hashtable);
820 msgdomain_ty *mdp = mdlp->item[j];
824 msgdomain_ty *result_md
[all...]
H A Dmsgl-equal.c224 msgdomain_equal (const msgdomain_ty *mdp1, const msgdomain_ty *mdp2,

Completed in 41 milliseconds