Searched refs:uncompressed_length (Results 1 – 5 of 5) sorted by relevance
105 size_t uncompressed_length; in Inflate() local108 &uncompressed_length)) { in Inflate()113 if (output_buffer_bytes_ < uncompressed_length) { in Inflate()118 uncompressed_length, " bytes."); in Inflate()126 avail_out_ += uncompressed_length; in Inflate()
104 size_t uncompressed_length; in Inflate() local106 &uncompressed_length)) { in Inflate()114 DCHECK_GE(output_buffer_capacity_, uncompressed_length); in Inflate()124 avail_out_ += uncompressed_length; in Inflate()
42 size_t uncompressed_length = GRPC_SLICE_LENGTH(slice);43 char *result = malloc(uncompressed_length);45 memcpy(result, GRPC_SLICE_START_PTR(slice), uncompressed_length);49 *length = uncompressed_length;
2666 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local2673 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()2686 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()2691 text.text_length = uncompressed_length; in png_handle_zTXt()2782 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local2807 uncompressed_length = length - prefix_length; in png_handle_iTXt()2811 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()2818 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()2832 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()2845 text.itxt_length = uncompressed_length; in png_handle_iTXt()