Searched refs:gzdirect (Results 1 – 23 of 23) sorted by relevance
41 gzdirect;
65 # define gzdirect z_gzdirect macro
547 int ZEXPORT gzdirect(file) in gzdirect() function
1490 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
67 # define gzdirect z_gzdirect
193 - Correct documentation of gzdirect() since junk at end now ignored414 - Fix gzdirect() to work immediately after gzopen() or gzdopen()415 - Make gzdirect() more precise when the state changes while reading664 - Add gzdirect() function to indicate transparent reads
55 gzdirect
125 gzdirect @149
255 if (result == DWFL_E_NOERROR && gzdirect (zf)) in unzip()
547 int ZEXPORT gzdirect( in gzdirect() function
1559 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1555 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
204 eu_ZIPLIB(zlib,ZLIB,z,gzdirect,gzip)
248 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
5304 char gzdirect ();5308 return gzdirect ();
2670 ret->compressed = !gzdirect(context); in __xmlParserInputBufferCreateFilename()