Searched refs:xnew0 (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dutils.h43 #define xnew0(type) (xcalloc (1, sizeof (type))) macro
H A Dptimer.c321 struct ptimer *pt = xnew0 (struct ptimer);
H A Drecur.c81 struct url_queue *queue = xnew0 (struct url_queue);
701 upos = xnew0 (struct urlpos);
H A Dgnutls.c204 ctx = xnew0 (struct wgnutls_transport_context);
H A Dhost.c198 al = xnew0 (struct address_list);
263 struct address_list *al = xnew0 (struct address_list);
H A Dhtml-url.c326 newel = xnew0 (struct urlpos);
782 entry = xnew0 (struct urlpos);
H A Dprogress.c221 struct dot_progress *dp = xnew0 (struct dot_progress);
560 struct bar_progress *bp = xnew0 (struct bar_progress);
H A Dopenssl.c410 ctx = xnew0 (struct openssl_transport_context);
H A Dres.c242 struct robot_specs *specs = xnew0 (struct robot_specs);
H A Dcookies.c128 struct cookie *cookie = xnew0 (struct cookie);
H A Dhttp.c159 struct request *req = xnew0 (struct request);
596 struct response *resp = xnew0 (struct response);
H A Durl.c864 u = xnew0 (struct url);

Completed in 111 milliseconds