Home
last modified time | relevance | path

Searched refs:compression_method (Results 1 – 19 of 19) sorted by relevance

/external/zlib/src/contrib/minizip/
Dunzip.c157 uLong compression_method; /* compression method (0==store) */ member
925 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()
1153 pfile_info->compression_method = file_info64.compression_method; in unzGetCurrentFileInfo()
1422 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method)) in unz64local_CheckCurrentFileCoherencyHeader()
1425 if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) && in unz64local_CheckCurrentFileCoherencyHeader()
1427 (s->cur_file_info.compression_method!=Z_BZIP2ED) && in unz64local_CheckCurrentFileCoherencyHeader()
1429 (s->cur_file_info.compression_method!=Z_DEFLATED)) in unz64local_CheckCurrentFileCoherencyHeader()
1519 *method = (int)s->cur_file_info.compression_method; in unzOpenCurrentFile3()
1532 if ((s->cur_file_info.compression_method!=0) && in unzOpenCurrentFile3()
1534 (s->cur_file_info.compression_method!=Z_BZIP2ED) && in unzOpenCurrentFile3()
[all …]
Dunzip.h116 uLong compression_method; /* compression method 2 bytes */ member
137 uLong compression_method; /* compression method 2 bytes */ member
Dminiunz.c266 if (file_info.compression_method==0)
269 if (file_info.compression_method==Z_DEFLATED)
280 if (file_info.compression_method==Z_BZIP2ED)
/external/libpng/contrib/examples/
Dpngpixel.c184 compression_method, filter_method; in main() local
219 &compression_method, &filter_method)) in main()
/external/libpng/contrib/libtests/
Dpngimage.c566 int compression_method; member
951 &dp->interlace_method, &dp->compression_method, &dp->filter_method)) in update_display()
1000 int interlace_method, compression_method, filter_method; in compare_read() local
1004 &color_type, &interlace_method, &compression_method, &filter_method); in compare_read()
1016 C(compression_method); in compare_read()
1356 dp->interlace_method, dp->compression_method, dp->filter_method); in write_png()
/external/boringssl/src/ssl/
Dtls13_client.cc172 uint8_t compression_method; in do_process_server_hello() local
180 (!CBS_get_u8(&cbs, &compression_method) || compression_method != 0)) || in do_process_server_hello()
Dhandshake_client.cc941 uint8_t compression_method; in ssl3_get_server_hello() local
948 !CBS_get_u8(&server_hello, &compression_method)) { in ssl3_get_server_hello()
1041 if (compression_method != 0) { in ssl3_get_server_hello()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h404 unsigned compression_method;/*compression method of the original file. Always 0.*/ member
Dlodepng.cpp2843 info->compression_method = 0; in lodepng_info_init()
3983 info->compression_method = in[26]; in lodepng_inspect()
3998 if(info->compression_method != 0) CERROR_RETURN_ERROR(state->error, 32); in lodepng_inspect()
/external/libpng/contrib/tools/
Dpngfix.c853 png_byte compression_method; member
1467 else if (file->compression_method != 0) in calc_image_size()
2898 file->compression_method = reread_byte(file); in process_chunk()
/external/libpng/
Dpng.h2043 int *compression_method, int *filter_method));
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1069 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/skia/third_party/libpng/
Dpng.h2043 int *compression_method, int *filter_method));
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/pdfium/third_party/libpng16/
Dpng.h2043 int *compression_method, int *filter_method));
2047 int color_type, int interlace_method, int compression_method,
Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/syslinux/com32/include/
Dpng.h2396 int *compression_method, int *filter_method));
2400 int color_type, int interlace_method, int compression_method,
3232 int bit_depth, int color_type, int compression_method, int filter_method,
/external/syslinux/gpxe/src/net/
Dtls.c808 uint8_t compression_method; in tls_new_server_hello() member
/external/ImageMagick/coders/
Dpng.c618 compression_method, member
3752 mng_info->ob[object_id]->compression_method= in ReadOnePNGImage()