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