Searched refs:calloc (Results 101 - 125 of 441) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dchannel_udp.c22 m = calloc(sizeof(struct udp_channel), 1);
H A Dhash.c39 h = (struct hashtable *) calloc(size, 1);
H A Dmultichannel.c24 m = calloc(sizeof(struct multichannel), 1);
H A Dudp.c28 m = calloc(sizeof(struct udp_sock), 1);
100 m = calloc(sizeof(struct udp_sock), 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dsubwin.h34 m_hwnds = (HWND *)calloc(n, sizeof(HWND));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h273 int calloc; /* Number of charclasses currently allocated. */ member in struct:dfa
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_mem.c84 data->memInfo.data = calloc(1, sizeof(*data->memInfo.data));
H A Dperf_writer_disk.c170 data->diskInfo.mdata = calloc(data->diskInfo.numDisks, sizeof(DiskMetaData));
178 data->diskInfo.data = calloc(data->diskInfo.numDisks, sizeof(DiskData));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_win.c98 wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A D_setargv.c111 if ((nargv = (char **) calloc((size_t) *argc, sizeof (void *))) != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dportlistingparse.c64 pm = calloc(1, sizeof(struct PortMapping));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devrpc.c66 struct evrpc_base* base = calloc(1, sizeof(struct evrpc_base));
119 hook = calloc(1, sizeof(struct evrpc_hook));
278 rpc_state = calloc(1, sizeof(struct evrpc_req_generic));
385 struct evrpc_pool *pool = calloc(1, sizeof(struct evrpc_pool));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_multi.c715 pcm->mmap_channels = calloc(pcm->channels,
717 pcm->running_areas = calloc(pcm->channels,
845 multi = calloc(1, sizeof(snd_pcm_multi_t));
854 multi->slaves = calloc(slaves_count, sizeof(*multi->slaves));
860 multi->channels = calloc(channels_count, sizeof(*multi->channels));
1080 slaves_id = calloc(slaves_count, sizeof(*slaves_id));
1081 slaves_conf = calloc(slaves_count, sizeof(*slaves_conf));
1082 slaves_pcm = calloc(slaves_count, sizeof(*slaves_pcm));
1083 slaves_channels = calloc(slaves_count, sizeof(*slaves_channels));
1084 channels_sidx = calloc(channels_coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/netem/
H A Dmaketable.c34 x = calloc(limit, sizeof(double));
99 table = calloc(DISTTABLESIZE, sizeof(int));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c214 target->udata = calloc(1, target->udata_size);
232 match->udata = calloc(1, match->udata_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/scopes/
H A Dlevel.c53 level->channels = calloc(snd_pcm_meter_get_channels(level->pcm), sizeof(*level->channels));
192 level = calloc(1, sizeof(*level));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dparser.c110 tseq = calloc(1, sizeof(*tseq));
216 sdev = calloc(1, sizeof(struct dev_list_node));
284 curr = calloc(1, sizeof(struct sequence_element));
384 curr = calloc(1, sizeof(struct ucm_value));
496 modifier = calloc(1, sizeof(*modifier));
642 device = calloc(1, sizeof(*device));
914 verb = calloc(1, sizeof(struct use_case_verb));
1285 list = calloc(1, cnt * 2 * sizeof(char *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzutil.c300 extern voidp calloc OF((uInt items, uInt size));
311 (voidpf)calloc(items, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzutil.c300 extern voidp calloc OF((uInt items, uInt size));
311 (voidpf)calloc(items, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.h196 #define New(type) ((type*)(calloc(1,sizeof(type))))
199 #define NewArray(size,type) ((type*)(calloc((size),sizeof(type))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_pathcat.c311 dst = calloc(dsize, 1);
354 tmp = calloc(dsize, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_mdns.c62 struct pollfd *fds = calloc(svc_ref_count, sizeof(struct pollfd));
169 svc_refs = calloc(svc_ref_count, sizeof(DNSServiceRef));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c63 tbl->table = calloc(TABLE_SIZE, sizeof(*tbl->table));
299 ptr = calloc(nmemb, size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dxshared.c214 target->udata = calloc(1, target->udata_size);
232 match->udata = calloc(1, match->udata_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq.c1232 newbuf = calloc(1, size);
1260 newbuf = calloc(sizeof(snd_seq_event_t), size);
1288 *ptr = calloc(1, sizeof(snd_seq_system_info_t));
1429 *ptr = calloc(1, sizeof(snd_seq_client_info_t));
1839 *ptr = calloc(1, sizeof(snd_seq_port_info_t));
2411 *ptr = calloc(1, sizeof(snd_seq_port_subscribe_t));
2669 *ptr = calloc(1, sizeof(snd_seq_query_subscribe_t));
2953 *ptr = calloc(1, sizeof(snd_seq_queue_info_t));
3279 *ptr = calloc(1, sizeof(snd_seq_queue_status_t));
3406 *ptr = calloc(
[all...]

Completed in 523 milliseconds

1234567891011>>