Searched refs:AuthEntity (Results 1 – 2 of 2) sorted by relevance
1473 typedef union AuthEntity_union AuthEntity; typedef1474 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };1480 AuthEntity *rrauth_free;2657 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);
176 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e) in ReleaseAuthEntity()189 AuthEntity *e = (AuthEntity *)(*cp); in ReleaseAuthGroup()199 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG) in GetAuthEntity()201 AuthEntity *e = mDNSNULL; in GetAuthEntity()212 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity)); in GetAuthEntity()286 ReleaseAuthEntity(r, (AuthEntity*)ag); in GetAuthGroup()