Searched refs:comp_type (Results 1 – 2 of 2) sorted by relevance
327 png_decompress_chunk(png_structp png_ptr, int comp_type, in png_decompress_chunk() argument339 else if (comp_type == PNG_COMPRESSION_TYPE_BASE) in png_decompress_chunk()402 comp_type); in png_decompress_chunk()2103 int comp_type; in png_handle_zTXt() local2174 comp_type = *(++text); in png_handle_zTXt()2175 if (comp_type != PNG_TEXT_COMPRESSION_zTXt) in png_handle_zTXt()2178 comp_type = PNG_TEXT_COMPRESSION_zTXt; in png_handle_zTXt()2184 png_decompress_chunk(png_ptr, comp_type, in png_handle_zTXt()2196 text_ptr->compression = comp_type; in png_handle_zTXt()2224 int comp_type = 0; in png_handle_iTXt() local[all …]
2771 int comp_type, png_size_t chunklength,