Home
last modified time | relevance | path

Searched refs:msgdomain_ty (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dmessage.h332 typedef struct msgdomain_ty msgdomain_ty; typedef
333 struct msgdomain_ty struct
339 extern msgdomain_ty * argument
342 msgdomain_free (msgdomain_ty *mdp);
348 msgdomain_ty **item;
360 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp);
Dmessage.c751 msgdomain_ty*
754 msgdomain_ty *mdp; in msgdomain_alloc()
756 mdp = XMALLOC (msgdomain_ty); in msgdomain_alloc()
764 msgdomain_free (msgdomain_ty *mdp) in msgdomain_free()
781 mdlp->item = XNMALLOC (mdlp->nitems_max, msgdomain_ty *); in msgdomain_list_alloc()
803 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp) in msgdomain_list_append()
810 nbytes = mdlp->nitems_max * sizeof (msgdomain_ty *); in msgdomain_list_append()
841 msgdomain_ty *mdp = msgdomain_alloc (domain, mdlp->use_hashtable); in msgdomain_list_sublist()
868 msgdomain_ty *mdp = mdlp->item[j]; in msgdomain_list_copy()
872 msgdomain_ty *result_mdp = XMALLOC (msgdomain_ty); in msgdomain_list_copy()
[all …]
Dmsgl-equal.c227 msgdomain_equal (const msgdomain_ty *mdp1, const msgdomain_ty *mdp2, in msgdomain_equal()
DChangeLog.02831 (msgdomain_ty): New type.