Searched defs:deflate_hint (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp263 bool deflate_hint, int modtime,
274 bool deflate = (deflate_hint && len > 0);
262 addJarEntry(const char* fname, bool deflate_hint, int modtime, bytes& head, bytes& tail) argument
H A Dunpack.h145 bool deflate_hint() { return ((options & FO_DEFLATE_HINT) != 0); } function in struct:unpacker::file

Completed in 2526 milliseconds