mbfl_malloc       161 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	filter->opaque = mbfl_malloc(html_enc_buffer_size+1);
mbfl_malloc       133 ext/mbstring/libmbfl/mbfl/mbfilter.c 	convd = (mbfl_buffer_converter*)mbfl_malloc(sizeof (mbfl_buffer_converter));
mbfl_malloc       369 ext/mbstring/libmbfl/mbfl/mbfilter.c 	identd = (mbfl_encoding_detector*)mbfl_malloc(sizeof(mbfl_encoding_detector));
mbfl_malloc      1140 ext/mbstring/libmbfl/mbfl/mbfilter.c 		result->val = w = (unsigned char*)mbfl_malloc((n + 8)*sizeof(unsigned char));
mbfl_malloc      1304 ext/mbstring/libmbfl/mbfl/mbfilter.c 		result->val = w = (unsigned char*)mbfl_malloc((n + 8)*sizeof(unsigned char));
mbfl_malloc      2130 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pe = (struct mime_header_encoder_data*)mbfl_malloc(sizeof(struct mime_header_encoder_data));
mbfl_malloc      2480 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pd = (struct mime_header_decoder_data*)mbfl_malloc(sizeof(struct mime_header_decoder_data));
mbfl_malloc       235 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	filter = (mbfl_convert_filter *)mbfl_malloc(sizeof(mbfl_convert_filter));
mbfl_malloc       168 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	filter = (mbfl_identify_filter *)mbfl_malloc(sizeof(mbfl_identify_filter));
mbfl_malloc        53 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 			device->buffer = (unsigned char *)mbfl_malloc(initsz*sizeof(unsigned char));