Searched refs:mdp1 (Results 1 – 1 of 1) sorted by relevance
227 msgdomain_equal (const msgdomain_ty *mdp1, const msgdomain_ty *mdp2, in msgdomain_equal() argument230 return (strcmp (mdp1->domain, mdp2->domain) == 0 in msgdomain_equal()231 && message_list_equal (mdp1->messages, mdp2->messages, in msgdomain_equal()