Home
last modified time | relevance | path

Searched refs:uncompressed_length (Results 1 – 2 of 2) sorted by relevance

/external/libpng/
Dpngrutil.c2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2576 &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() local
2705 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()
/external/pdfium/third_party/lpng_v163/
Dpngrutil.c2508 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2515 &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() local
2644 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()