Home
last modified time | relevance | path

Searched refs:ares_realloc_zero (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_library_init.c87 void *ares_realloc_zero(void *ptr, size_t orig_size, size_t new_size) in ares_realloc_zero() function
Dares_event_kqueue.c128 kq->changelist = ares_realloc_zero(kq->changelist, kq->nchanges_alloc >> 1, in ares_evsys_kqueue_enqueue()
Dares_dns_record.c255 temp = ares_realloc_zero(dnsrec->qd, sizeof(*temp) * (dnsrec->qdalloc), in ares_dns_record_query_add()
356 temp = ares_realloc_zero(*rr_ptr, sizeof(*temp) * (*rr_alloc), in ares_dns_record_rr_prealloc()
1185 temp = ares_realloc_zero((*options)->optval, in ares_dns_rr_set_opt_own()
Dares__slist.c233 ares_realloc_zero(list->head, sizeof(*list->head) * list->levels, in ares__slist_insert()
Dares_dns_name.c161 temp = ares_realloc_zero(labels->label, sizeof(*labels->label) * labels->num, in ares_dns_labels_add()
Dares__iface_ips.c204 temp = ares_realloc_zero(ips->ips, ips->alloc_size * sizeof(*ips->ips), in ares__iface_ips_add()
Dares_private.h328 void *ares_realloc_zero(void *ptr, size_t orig_size, size_t new_size);
Dares__hosts_file.c901 temp = ares_realloc_zero((*hostent)->h_addr_list, in ares__hosts_entry_to_hostent()