Searched refs:transparent (Results 1 – 7 of 7) sorted by relevance
66 int transparent; /* 1 if input file is not a .gz file */ member125 s->transparent = 0;308 s->transparent = s->stream.avail_in;316 s->transparent = 1;427 if (s->transparent) {814 if (s->transparent) {870 if (!s->transparent) (void)inflateReset(&s->stream);914 return s->transparent;
47 - Add gzdirect() function to indicate transparent reads477 - fix gzseek for files in transparent mode (Mark Diekhans)823 - added transparent reading of non-gziped files in gzread.
85 Result setTransparent(bool transparent);
102 Result Socket::setTransparent(bool transparent) { in setTransparent() argument106 int v = transparent ? 1 : 0; in setTransparent()
79 resId = android.R.color.transparent; in getConnectedResId()
8 # disable transparent huge pages
194 - Add a transparent write mode to gzopen() when 'T' is in the mode526 - Change a limit in inftrees.c to be more transparent to Coverity Prevent536 - Fix EOF detection in transparent gzread() [Maier]664 - Add gzdirect() function to indicate transparent reads1094 - fix gzseek for files in transparent mode (Mark Diekhans)1440 - added transparent reading of non-gziped files in gzread.