Searched refs:xnew_array (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dutils.h44 #define xnew_array(type, len) (xmalloc ((len) * sizeof (type))) macro
H A Dhash.c50 # define xnew_array(type, x) xmalloc (sizeof (type) * (x)) macro
295 ht->cells = xnew_array (struct cell, ht->size);
402 cells = xnew_array (struct cell, newsize);
H A Dhost.c199 al->addresses = xnew_array (ip_address, cnt);
270 al->addresses = xnew_array (ip_address, count);
H A Dres.c169 newpaths = xnew_array (struct path_info, cnt);
H A Dhttp.c161 req->headers = xnew_array (struct request_header, req->hcapacity);

Completed in 48 milliseconds