Searched refs:XCALLOC (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dvector.c32 vector v = XCALLOC (MTYPE_VECTOR, sizeof (struct _vector));
40 v->index = XCALLOC (MTYPE_VECTOR_INDEX, sizeof (void *) * size);
67 vector new = XCALLOC (MTYPE_VECTOR, sizeof (struct _vector));
73 new->index = XCALLOC (MTYPE_VECTOR_INDEX, size);
H A Dmemory.h191 #define XCALLOC(mtype, size) \ macro
201 #define XCALLOC(mtype, size) zcalloc ((mtype), (size)) macro
H A Dsockunion.c598 su = XCALLOC (MTYPE_TMP, sizeof (union sockunion));
605 su = XCALLOC (MTYPE_TMP, sizeof (union sockunion));
654 su = XCALLOC (MTYPE_TMP, sizeof (union sockunion));
661 su = XCALLOC (MTYPE_TMP, sizeof (union sockunion));
767 union sockunion *dup = XCALLOC (MTYPE_SOCKUNION, sizeof (union sockunion));
H A Dprefix.c195 p = XCALLOC (MTYPE_PREFIX_IPV4, sizeof *p);
345 p = XCALLOC (MTYPE_PREFIX_IPV6, sizeof (struct prefix_ipv6));
617 p = XCALLOC (MTYPE_PREFIX, sizeof *p);
H A Dstream.c49 s = XCALLOC (MTYPE_STREAM, sizeof (struct stream));
51 s->data = XCALLOC (MTYPE_STREAM_DATA, size);
425 new = XCALLOC (MTYPE_STREAM_FIFO, sizeof (struct stream_fifo));
H A Dbuffer.c322 iov = XCALLOC (MTYPE_TMP, sizeof (struct iovec) * (b->alloc + 2));
412 iov = XCALLOC (MTYPE_TMP, sizeof (struct iovec) * (b->alloc + 2));
H A Dtable.c39 rt = XCALLOC (MTYPE_ROUTE_TABLE, sizeof (struct route_table));
54 node = XCALLOC (MTYPE_ROUTE_NODE, sizeof (struct route_node));
H A Dif_rmap.c44 new = XCALLOC (MTYPE_IF_RMAP, sizeof (struct if_rmap));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.c47 XCALLOC (MTYPE_BGP_ADVERTISE_ATTR, sizeof (struct bgp_advertise_attr));
86 XCALLOC (MTYPE_BGP_ADVERTISE, sizeof (struct bgp_advertise));
233 adj = XCALLOC (MTYPE_BGP_ADJ_OUT, sizeof (struct bgp_adj_out));
344 adj = XCALLOC (MTYPE_BGP_ADJ_IN, sizeof (struct bgp_adj_in));
386 sync = XCALLOC (MTYPE_TMP, sizeof (struct bgp_synchronize));
H A Dbgp_community.c35 return (struct community *) XCALLOC (MTYPE_COMMUNITY,
364 new = XCALLOC (MTYPE_COMMUNITY, sizeof (struct community));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxalloc.h109 /* extern T *XCALLOC (size_t nmemb, typename T); */
110 #define XCALLOC(N,T) \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxalloc.h109 /* extern T *XCALLOC (size_t nmemb, typename T); */
110 #define XCALLOC(N,T) \ macro
H A Dhash.c98 htab->table = XCALLOC (init_size + 1, hash_entry);
247 htab->table = XCALLOC (1 + htab->size, hash_entry);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxalloc.h109 /* extern T *XCALLOC (size_t nmemb, typename T); */
110 #define XCALLOC(N,T) \ macro
H A Dhash.c98 htab->table = XCALLOC (init_size + 1, hash_entry);
247 htab->table = XCALLOC (1 + htab->size, hash_entry);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxalloc.h109 /* extern T *XCALLOC (size_t nmemb, typename T); */
110 #define XCALLOC(N,T) \ macro
H A Dgl_anyhash_list2.h102 gl_hash_entry_t *new_table = XCALLOC (new_size, gl_hash_entry_t);
H A Dhash.c98 htab->table = XCALLOC (init_size + 1, hash_entry);
247 htab->table = XCALLOC (1 + htab->size, hash_entry);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripngd/
H A Dripng_route.c38 new = XCALLOC (MTYPE_RIPNG_AGGREGATE, sizeof (struct ripng_aggregate));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c427 nexthop = XCALLOC (MTYPE_OSPF6_OTHER, sizeof (struct ospf6_nexthop));
461 nexthop = XCALLOC (MTYPE_OSPF6_OTHER,
482 nexthop = XCALLOC (MTYPE_OSPF6_OTHER,
504 nexthops = XCALLOC (MTYPE_OSPF6_OTHER,
517 ifindexes = XCALLOC (MTYPE_OSPF6_OTHER,
H A Dospf6_area.c167 o6a = XCALLOC (MTYPE_OSPF6_AREA, sizeof (struct ospf6_area));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dxalloc.h101 /* extern t *XCALLOC (size_t n, typename t); */
102 # define XCALLOC(n, t) \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_routemap.c449 metric = XCALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_int32_t));
502 metric_type = XCALLOC (MTYPE_ROUTE_MAP_COMPILED, sizeof (u_int32_t));
H A Dospf_lsdb.c40 new = XCALLOC (MTYPE_OSPF_LSDB, sizeof (struct ospf_lsdb));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-check.c71 distribution = XCALLOC (nplurals_value, unsigned char);
437 distribution = XCALLOC (2, unsigned char);

Completed in 301 milliseconds

123