Searched refs:uncompressed_length (Results 1 – 2 of 2) sorted by relevance
2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local2576 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()2585 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()2590 text.text_length = uncompressed_length; in png_handle_zTXt()2680 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local2705 uncompressed_length = length - prefix_length; in png_handle_iTXt()2709 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()2716 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()2730 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()2743 text.itxt_length = uncompressed_length; in png_handle_iTXt()
2508 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local2515 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()2524 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()2529 text.text_length = uncompressed_length; in png_handle_zTXt()2619 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local2644 uncompressed_length = length - prefix_length; in png_handle_iTXt()2648 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()2655 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()2669 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()2682 text.itxt_length = uncompressed_length; in png_handle_iTXt()