Searched refs:calloc (Results 126 - 150 of 441) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daddrtoname.c340 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
342 error("lookup_emem: calloc");
383 tp->e_bs = (u_char *) calloc(1, nlen + 1);
385 error("lookup_bytestring: calloc");
388 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
390 error("lookup_bytestring: calloc");
431 tp->e_nxt = (struct enamemem *)calloc(1, sizeof(*tp));
433 error("lookup_nsap: calloc");
459 tp->p_nxt = (struct protoidmem *)calloc(1, sizeof(*tp));
461 error("lookup_protoid: calloc");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dmount.cifs.c184 user_name = (char *)calloc(1 + length,1);
208 mountpassword = (char *)calloc(65,1);
236 domain_name = (char *)calloc(65,1);
263 mountpassword = (char *)calloc(65,1);
382 mountpassword = (char *)calloc(65,1);
1047 mountpassword = (char *)calloc(65,1);
1072 mountpassword = (char *)calloc(65,1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep.c342 *info = calloc(1, sizeof(snd_hwdep_info_t));
538 *info = calloc(1, sizeof(snd_hwdep_dsp_status_t));
643 *info = calloc(1, sizeof(snd_hwdep_dsp_image_t));
H A Dhwdep_hw.c134 hwdep = (snd_hwdep_t *) calloc(1, sizeof(snd_hwdep_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_ladspa.c642 instance = (snd_pcm_ladspa_instance_t *)calloc(1, sizeof(snd_pcm_ladspa_instance_t));
688 ladspa->zero[idx] = calloc(ladspa->allocated, sizeof(LADSPA_Data));
711 pchannels = calloc(1, sizeof(void *) * channels);
746 instance->input.data = calloc(instance->input.channels.size, sizeof(void *));
747 instance->input.m_data = calloc(instance->input.channels.size, sizeof(void *));
748 instance->output.data = calloc(instance->output.channels.size, sizeof(void *));
749 instance->output.m_data = calloc(instance->output.channels.size, sizeof(void *));
1239 array = (LADSPA_Data *)calloc(count, sizeof(LADSPA_Data));
1242 initialized = (unsigned char *)calloc(count, sizeof(unsigned char));
1332 array = (unsigned int *)calloc(coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi.c482 *info = calloc(1, sizeof(snd_rawmidi_info_t));
688 *params = calloc(1, sizeof(snd_rawmidi_params_t));
862 *ptr = calloc(1, sizeof(snd_rawmidi_status_t));
H A Drawmidi_virt.c327 virt = calloc(1, sizeof(*virt));
341 rmidi = calloc(1, sizeof(*rmidi));
361 rmidi = calloc(1, sizeof(*rmidi));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_hw.c470 hw = calloc(1, sizeof(snd_seq_hw_t));
476 seq = calloc(1, sizeof(snd_seq_t));
493 seq->ibuf = (snd_seq_event_t *) calloc(sizeof(snd_seq_event_t), seq->ibufsize = SND_SEQ_IBUF_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer.c454 *info = calloc(1, sizeof(snd_timer_info_t));
573 *params = calloc(1, sizeof(snd_timer_params_t));
800 *status = calloc(1, sizeof(snd_timer_status_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h305 /* Restrictions on malloc/realloc/calloc. */
316 #ifdef calloc
317 #undef calloc macro
319 #define calloc(n,s) __ERROR_DONT_USE_CALLOC_DIRECTLY macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c74 ogg_stream_set *set = calloc(1, sizeof(ogg_stream_set));
76 set->streams = calloc(5, sizeof(ogg_stream_processor));
299 stream->data = calloc(1, sizeof(ogg_misc_vorbis_info));
H A Dtagutils.c215 psong->contributor[ROLE_ARTIST] = (char*)calloc(len, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-ogg.c73 ogg_stream_set *set = calloc(1, sizeof(ogg_stream_set));
75 set->streams = calloc(5, sizeof(ogg_stream_processor));
291 stream->data = calloc(1, sizeof(ogg_misc_vorbis_info));
H A Dtagutils.c213 psong->contributor[ROLE_ARTIST] = (char*)calloc(len, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcthelper.c199 calloc(1, cur->helper->priv_data_len);
274 myct = calloc(1, sizeof(struct myct));
492 state.cthelper = calloc(1, sizeof(struct ct_helper_state));
H A Dfilter.c80 filter = calloc(sizeof(struct ct_filter), 1);
418 f = calloc(1, sizeof(struct exp_filter));
458 item = calloc(1, sizeof(struct exp_filter_item));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/compat/
H A Dhsearch_r.c94 htab->table = (_ENTRY *) calloc (htab->size + 1, sizeof (_ENTRY));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddebug.c29 # undef calloc macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddebug.c29 # undef calloc macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_softpulldown.c151 vf->priv = calloc(1, sizeof(struct vf_priv_s));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dlglobr.c67 fi.rlinkto = calloc(256, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-plugins/log/
H A Dlog_v3.c103 context = (struct plugin_context *) calloc (1, sizeof (struct plugin_context));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dopenvpn.c301 if ((argv = calloc(argc+1, sizeof(char*))) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dalloc.h66 return calloc(nmemb, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dknote.c39 if ((dst = calloc(1, sizeof(*dst))) == NULL)

Completed in 316 milliseconds

1234567891011>>