Searched refs:AuthEntity_union (Results 1 – 1 of 1) sorted by relevance
1473 typedef union AuthEntity_union AuthEntity;1474 union AuthEntity_union { AuthEntity *next; AuthGroup ag; }; union