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