Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1374 typedef union AuthEntity_union AuthEntity; typedef
1375 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };
1381 AuthEntity *rrauth_free;
H A DmDNS.c297 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e) in ReleaseAuthEntity()
310 AuthEntity *e = (AuthEntity *)(*cp); in ReleaseAuthGroup()
320 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG) in GetAuthEntity()
322 AuthEntity *e = mDNSNULL; in GetAuthEntity()
333 AuthEntity *storage = (AuthEntity *) mDNSPlatformMemAllocateClear(sizeof(*storage)); in GetAuthEntity()
410 ReleaseAuthEntity(r, (AuthEntity*)ag); in GetAuthGroup()