ZLIB_COMPRESS_SAFE 3050 src/media_tools/media_import.c 	char *dest = (char *)gf_malloc(sizeof(char)*samp->dataLength*ZLIB_COMPRESS_SAFE);
ZLIB_COMPRESS_SAFE 3054 src/media_tools/media_import.c 	stream.avail_out = (uInt)samp->dataLength*ZLIB_COMPRESS_SAFE;
ZLIB_COMPRESS_SAFE 3088 src/media_tools/media_import.c 		*max_size = samp->dataLength*ZLIB_COMPRESS_SAFE;
ZLIB_COMPRESS_SAFE  194 src/utils/base_encoding.c 	char *dest = (char *)gf_malloc(sizeof(char)*data_len*ZLIB_COMPRESS_SAFE);
ZLIB_COMPRESS_SAFE  198 src/utils/base_encoding.c 	stream.avail_out = (uInt)data_len*ZLIB_COMPRESS_SAFE;
ZLIB_COMPRESS_SAFE  220 src/utils/base_encoding.c 		*max_size = data_len*ZLIB_COMPRESS_SAFE;