Searched refs:rrauth_free (Results 1 – 2 of 2) sorted by relevance
303 e->next = r->rrauth_free; in ReleaseAuthEntity()304 r->rrauth_free = e; in ReleaseAuthEntity()327 if (!r->rrauth_free) in GetAuthEntity()335 r->rrauth_free = storage; in GetAuthEntity()340 if (!r->rrauth_free) in GetAuthEntity()357 if (r->rrauth_free) // If there are records in the free list, take one in GetAuthEntity()359 e = r->rrauth_free; in GetAuthEntity()360 r->rrauth_free = e->next; in GetAuthEntity()14585 m->rrauth.rrauth_free = mDNSNULL; in mDNS_InitStorage()
1381 AuthEntity *rrauth_free; member