/external/chromium_org/third_party/zlib/ |
H A D | mozzconf.h | 126 #define gzdirect MOZ_Z_gzdirect macro
|
H A D | zconf.h | 61 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 603 int ZEXPORT gzdirect(file) function
|
H A D | zlib.h | 1402 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 D | gzip.c | 276 if (result == DWFL_E_NOERROR && gzdirect (zf))
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
H A D | zlib.h | 1226 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
|
/external/pdfium/core/include/thirdparties/zlib/ |
H A D | zconf.h | 65 # define gzdirect z_gzdirect
macro
|
H A D | zlib.h | 1550 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 D | zconf.h | 65 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 547 int ZEXPORT gzdirect( function
|
H A D | zlib.h | 1554 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 D | zconf.h | 65 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 547 int ZEXPORT gzdirect(file) function
|
H A D | zlib.h | 1490 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 D | zconf.h | 65 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 547 int ZEXPORT gzdirect(file) function
|
H A D | zlib.h | 1490 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 D | zconf.h.cmakein | 67 # define gzdirect z_gzdirect
|
H A D | zconf.h.in | 65 # define gzdirect z_gzdirect
|
/external/zlib/ |
H A D | zconf.h | 65 # define gzdirect z_gzdirect macro
|
H A D | zlib.h | 1490 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 D | xmlIO.c | 2522 ret->compressed = !gzdirect(context);
|
/external/libxml2/ |
H A D | xmlIO.c | 2656 ret->compressed = !gzdirect(context);
|
/external/elfutils/0.153/ |
H A D | configure | 4318 { $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 ();
|