Searched refs:gzdirect (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/src/libdwfl/
H A Dgzip.c255 if (result == DWFL_E_NOERROR && gzdirect (zf))
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h65 # define gzdirect z_gzdirect macro
H A Dzlib.h1555 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1560 If the input file is empty, gzdirect() will return true, since the input
1563 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1566 gzdirect().
1568 When writing, gzdirect() returns true (1) if transparent writing was
1570 gzdirect() is not needed when writing. Transparent writing must be
1572 linking statically, using gzdirect() will include all of the zlib code for
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h65 # define gzdirect z_gzdirect macro
H A Dgzread.c547 int ZEXPORT gzdirect( function
H A Dzlib.h1559 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1564 If the input file is empty, gzdirect() will return true, since the input
1567 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1570 gzdirect().
1572 When writing, gzdirect() returns true (1) if transparent writing was
1574 gzdirect() is not needed when writing. Transparent writing must be
1576 linking statically, using gzdirect() will include all of the zlib code for
/external/zlib/src/
H A Dzconf.h65 # define gzdirect z_gzdirect macro
H A Dgzread.c547 int ZEXPORT gzdirect(file) function
H A Dzlib.h1490 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1495 If the input file is empty, gzdirect() will return true, since the input
1498 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1501 gzdirect().
1503 When writing, gzdirect() returns true (1) if transparent writing was
1505 gzdirect() is not needed when writing. Transparent writing must be
1507 linking statically, using gzdirect() will include all of the zlib code for
H A Dzconf.h.cmakein67 # define gzdirect z_gzdirect
H A Dzconf.h.in65 # define gzdirect z_gzdirect
/external/zlib/
H A Dzconf.h65 # define gzdirect z_gzdirect macro
H A Dzlib.h1490 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1495 If the input file is empty, gzdirect() will return true, since the input
1498 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1501 gzdirect().
1503 When writing, gzdirect() returns true (1) if transparent writing was
1505 gzdirect() is not needed when writing. Transparent writing must be
1507 linking statically, using gzdirect() will include all of the zlib code for
/external/libxml2/
H A DxmlIO.c2670 ret->compressed = !gzdirect(context);
/external/elfutils/src/
H A Dconfigure5289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gzdirect" >&5
5290 $as_echo_n "checking for library containing gzdirect... " >&6; }
5304 char gzdirect ();
5308 return gzdirect ();

Completed in 989 milliseconds