Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DmDNSEmbeddedAPI.h1370 typedef union AuthEntity_union AuthEntity; typedef
1371 union AuthEntity_union { AuthEntity *next; AuthGroup ag; };
1377 AuthEntity *rrauth_free;
H A DmDNS.c298 mDNSlocal void ReleaseAuthEntity(AuthHash *r, AuthEntity *e) in ReleaseAuthEntity()
311 AuthEntity *e = (AuthEntity *)(*cp); in ReleaseAuthGroup()
321 mDNSlocal AuthEntity *GetAuthEntity(AuthHash *r, const AuthGroup *const PreserveAG) in GetAuthEntity()
323 AuthEntity *e = mDNSNULL; in GetAuthEntity()
334 AuthEntity *storage = (AuthEntity *) mDNSPlatformMemAllocateClear(sizeof(*storage)); in GetAuthEntity()
411 ReleaseAuthEntity(r, (AuthEntity*)ag); in GetAuthGroup()