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

/external/chromium_org/third_party/zlib/
H A Dmozzconf.h126 #define gzdirect MOZ_Z_gzdirect macro
H A Dzconf.h61 # define gzdirect z_gzdirect macro
H A Dgzread.c603 int ZEXPORT gzdirect(file) function
H A Dzlib.h1402 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1409 If the input file is empty, gzdirect() will return true, since the input
1412 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1415 gzdirect().
/external/elfutils/0.153/libdwfl/
H A Dgzip.c276 if (result == DWFL_E_NOERROR && gzdirect (zf))
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1226 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h65 # define gzdirect z_gzdirect macro
H A Dzlib.h1550 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1555 If the input file is empty, gzdirect() will return true, since the input
1558 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1561 gzdirect().
1563 When writing, gzdirect() returns true (1) if transparent writing was
1565 gzdirect() is not needed when writing. Transparent writing must be
1567 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.h1554 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1559 If the input file is empty, gzdirect() will return true, since the input
1562 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1565 gzdirect().
1567 When writing, gzdirect() returns true (1) if transparent writing was
1569 gzdirect() is not needed when writing. Transparent writing must be
1571 linking statically, using gzdirect() will include all of the zlib code for
/external/qemu/distrib/zlib-1.2.8/
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
/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/chromium_org/third_party/libxml/src/
H A DxmlIO.c2522 ret->compressed = !gzdirect(context);
/external/libxml2/
H A DxmlIO.c2656 ret->compressed = !gzdirect(context);
/external/elfutils/0.153/
H A Dconfigure4318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gzdirect" >&5
4319 $as_echo_n "checking for library containing gzdirect... " >&6; }
4333 char gzdirect ();
4337 return gzdirect ();

Completed in 839 milliseconds