Searched refs:AuthEntity (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h1466 typedef union AuthEntity_union AuthEntity; typedef in typeref:union:AuthEntity_union
1467 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };
1473 AuthEntity *rrauth_free;
2644 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);
H A DmDNS.c176 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e)
189 AuthEntity *e = (AuthEntity *)(*cp);
199 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG)
201 AuthEntity *e = mDNSNULL;
208 // We allocate just one AuthEntity at a time because we need to be able
212 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity));
286 ReleaseAuthEntity(r, (AuthEntity*)ag);

Completed in 359 milliseconds