Searched refs:GZIP (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DCompression.java68 public static final Compression GZIP = new Compression(2); field in class:Compression
98 GZIP,
/openjdk10/make/
H A DJprt.gmk98 $(CD) $(TOPDIR) && $(TAR) cf - README | $(GZIP) > \
H A DBundles.gmk97 | $(GZIP) > $$@
107 | $(GZIP) > $$@
128 | $(GZIP) > $$@
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dgzguts.h191 #define GZIP 2 /* decompress a gzip stream */ macro
H A Ddeflate.h47 # define GZIP macro
79 #ifdef GZIP
H A Ddeflate.c316 #ifdef GZIP
386 #ifdef GZIP
514 #ifdef GZIP
519 #ifdef GZIP
702 #ifdef GZIP
874 #ifdef GZIP
1076 #ifdef GZIP
1206 #ifdef GZIP
H A Dgzread.c110 be set to GZIP for decompression. If direct copying, then leftover input
166 state->how = GZIP;
251 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
260 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
272 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
378 else { /* state->how == GZIP */
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1065 GZIP
1261 GZIP
2229 GZIP Override default value for GZIP
8696 if [ -z "${GZIP+x}" ]; then
8707 case $GZIP in
8709 ac_cv_path_GZIP="$GZIP" # Let the user override the test with a path.
8730 GZIP=$ac_cv_path_GZIP
8731 if test -n "$GZIP"; then
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GZIP" >
[all...]

Completed in 183 milliseconds