Searched refs:msgdomain_ty (Results 1 – 4 of 4) sorted by relevance
332 typedef struct msgdomain_ty msgdomain_ty; typedef333 struct msgdomain_ty struct339 extern msgdomain_ty * argument342 msgdomain_free (msgdomain_ty *mdp);348 msgdomain_ty **item;360 msgdomain_list_append (msgdomain_list_ty *mdlp, msgdomain_ty *mdp);
751 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 …]
227 msgdomain_equal (const msgdomain_ty *mdp1, const msgdomain_ty *mdp2, in msgdomain_equal()
2831 (msgdomain_ty): New type.