OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 519 milliseconds