Lines Matching refs:malloc

1568 	buf = (char *)malloc(data_sz);
1758 *buf = (char *)malloc(*buf_size);
1838 *buf = (char *)malloc(*buf_size);
1928 *buf = (char *)malloc(*buf_size);
2057 malloc(sizeof (struct cfga_confirm));
2068 params->msgp = (struct cfga_msg *)malloc(sizeof (struct cfga_msg));
2080 params->errstring = (char **)malloc(sizeof (char *));
2132 *buf = (char *)malloc(*buf_size);
2189 params->errstring = (char **)malloc(sizeof (char *));
2253 *buf = (char *)malloc(*buf_size);
2397 malloc(sizeof (struct cfga_confirm));
2408 params->msgp = (struct cfga_msg *)malloc(sizeof (struct cfga_msg));
2420 params->errstring = (char **)malloc(sizeof (char *));
2470 *buf = (char *)malloc(*buf_size);
2526 params->errstring = (char **)malloc(sizeof (char *));
2583 *buf = (char *)malloc(*buf_size);
2699 params->msgp = (struct cfga_msg *)malloc(sizeof (struct cfga_msg));
2711 params->errstring = (char **)malloc(sizeof (char *));
2760 *buf = (char *)malloc(*buf_size);
2815 params->errstring = (char **)malloc(sizeof (char *));
2879 *buf = (char *)malloc(*buf_size);
3010 params->ap_id_list = (rdr_list_t **)malloc(sizeof (rdr_list_t *));
3016 params->nlist = (int *)malloc(sizeof (int));
3021 params->errstring = (char **)malloc(sizeof (char *));
3079 *buf = (char *)malloc(*buf_size);
3152 params->nlist = (int *)malloc(sizeof (int));
3158 malloc(sizeof (rdr_list_t *));
3163 malloc(sizeof (rdr_list_t) * list_ext_data.num_ap_ids);
3175 params->errstring = (char **)malloc(sizeof (char *));
3232 *buf = (char *)malloc(*buf_size);
3342 params->msgp = (struct cfga_msg *)malloc(sizeof (struct cfga_msg));
3411 *buf = (char *)malloc(*buf_size);
3513 *buf = (char *)malloc(*buf_size);
3602 *buf = (char *)malloc(*buf_size);
3676 malloc(sizeof (struct cfga_confirm));
3714 *buf = (char *)malloc(*buf_size);
3769 malloc(sizeof (struct cfga_confirm));
3827 *buf = (char *)malloc(*buf_size);
3898 params->msgp = (struct cfga_msg *)malloc(sizeof (struct cfga_msg));
3948 *buf = (char *)malloc(*buf_size);
4066 *buf = (char *)malloc(*buf_size);
4158 var_msg_info->ap_id_sizes = (int *)malloc(sizeof (int) *
4176 malloc(var_msg_info->ap_id_char_size);
4223 malloc(sizeof (int) * var_msg_info->ap_id_int_size);
4242 ap_ids[i] = (char *)malloc(ap_id_size);
4364 *ap_id_ptr = (char **)malloc(sizeof (char *) * num_ap_ids);
4406 *stringptr = (char *)malloc(strsize);