HomeSort by relevance Sort by last modified time
    Searched refs:AuthEntity (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
mDNS.c 159 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);
    [all...]

Completed in 21 milliseconds