Searched refs:AuthEntity (Results 1 – 2 of 2) sorted by relevance
1165 typedef union AuthEntity_union AuthEntity; typedef1166 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };1172 AuthEntity *rrauth_free;2146 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);
159 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e) in ReleaseAuthEntity()172 AuthEntity *e = (AuthEntity *)(*cp); in ReleaseAuthGroup()182 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG) in GetAuthEntity()184 AuthEntity *e = mDNSNULL; in GetAuthEntity()195 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity)); in GetAuthEntity()267 ReleaseAuthEntity(r, (AuthEntity*)ag); in GetAuthGroup()