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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1154 typedef union AuthEntity_union AuthEntity; typedef in typeref:union:AuthEntity_union
1155 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };
1161 AuthEntity *rrauth_free;
2135 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);
H A DmDNS.c159 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e)
172 AuthEntity *e = (AuthEntity *)(*cp);
182 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG)
184 AuthEntity *e = mDNSNULL;
191 // We allocate just one AuthEntity at a time because we need to be able
195 AuthEntity *storage = mDNSPlatformMemAllocate(sizeof(AuthEntity));
267 ReleaseAuthEntity(r, (AuthEntity*)ag);

Completed in 97 milliseconds