Searched refs:uncompressed_length (Results 1 – 3 of 3) 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()
2571 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local2578 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()2587 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()2592 text.text_length = uncompressed_length; in png_handle_zTXt()2682 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local2707 uncompressed_length = length - prefix_length; in png_handle_iTXt()2711 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()2718 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()2732 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()2745 text.itxt_length = uncompressed_length; in png_handle_iTXt()