Searched refs:rrauth_free (Results 1 – 2 of 2) sorted by relevance
165 e->next = r->rrauth_free; in ReleaseAuthEntity()166 r->rrauth_free = e; in ReleaseAuthEntity()189 if (!r->rrauth_free) in GetAuthEntity()197 r->rrauth_free = storage; in GetAuthEntity()202 if (!r->rrauth_free) in GetAuthEntity()219 if (r->rrauth_free) // If there are records in the free list, take one in GetAuthEntity()221 e = r->rrauth_free; in GetAuthEntity()222 r->rrauth_free = e->next; in GetAuthEntity()10689 m->rrauth.rrauth_free = mDNSNULL; in mDNS_Init()
1172 AuthEntity *rrauth_free; member