Searched refs:rr_alloc (Results 1 – 1 of 1) sorted by relevance
326 size_t *rr_alloc = NULL; in ares_dns_record_rr_prealloc() local336 rr_alloc = &dnsrec->analloc; in ares_dns_record_rr_prealloc()340 rr_alloc = &dnsrec->nsalloc; in ares_dns_record_rr_prealloc()344 rr_alloc = &dnsrec->aralloc; in ares_dns_record_rr_prealloc()352 if (cnt <= *rr_alloc) { in ares_dns_record_rr_prealloc()356 temp = ares_realloc_zero(*rr_ptr, sizeof(*temp) * (*rr_alloc), in ares_dns_record_rr_prealloc()362 *rr_alloc = cnt; in ares_dns_record_rr_prealloc()