Searched refs:gzdirect (Results 1 - 20 of 20) sorted by relevance
/third_party/toybox/toys/lsb/ |
H A D | gzip.c | 81 if (gzdirect(gz)) error_exit("not gzip"); in do_deflate()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 80 #define gzdirect Cr_z_gzdirect macro
|
H A D | zconf.h | 82 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 609 int ZEXPORT gzdirect(file) in gzdirect() function
|
H A D | zlib.h | 1611 ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); 1616 If the input file is empty, gzdirect() will return true, since the input 1619 If gzdirect() is used immediately after gzopen() or gzdopen() it will 1622 gzdirect(). 1624 When writing, gzdirect() returns true (1) if transparent writing was 1626 gzdirect() is not needed when writing. Transparent writing must be 1628 linking statically, using gzdirect() will include all of the zlib code for
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 83 #define gzdirect Cr_z_gzdirect macro
|
H A D | zconf.h | 85 # define gzdirect z_gzdirect macro
|
H A D | zlib.h | 1612 ZEXTERN int ZEXPORT gzdirect(gzFile file); 1617 If the input file is empty, gzdirect() will return true, since the input 1620 If gzdirect() is used immediately after gzopen() or gzdopen() it will 1623 gzdirect(). 1625 When writing, gzdirect() returns true (1) if transparent writing was 1627 gzdirect() is not needed when writing. Transparent writing must be 1629 linking statically, using gzdirect() will include all of the zlib code for
|
H A D | gzread.c | 559 int ZEXPORT gzdirect(gzFile file) { in gzdirect() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 80 #define gzdirect Cr_z_gzdirect macro
|
H A D | zconf.h | 82 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 611 int ZEXPORT gzdirect(file) in gzdirect() function
|
H A D | zlib.h | 1609 ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); 1614 If the input file is empty, gzdirect() will return true, since the input 1617 If gzdirect() is used immediately after gzopen() or gzdopen() it will 1620 gzdirect(). 1622 When writing, gzdirect() returns true (1) if transparent writing was 1624 gzdirect() is not needed when writing. Transparent writing must be 1626 linking statically, using gzdirect() will include all of the zlib code for
|
/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 361 if (result == DWFL_E_NOERROR && gzdirect (state.zf)) in unzip()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 59 # define gzdirect z_gzdirect
macro
|
H A D | gzread.c | 603 int ZEXPORT gzdirect(file)
in gzdirect() function
|
H A D | zlib.h | 1397 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1404 If the input file is empty, gzdirect() will return true, since the input
1407 If gzdirect() is used immediately after gzopen() or gzdopen() it will
1410 gzdirect().
|
/third_party/zlib/ |
H A D | zconf.h | 73 # define gzdirect z_gzdirect macro
|
H A D | gzread.c | 653 int ZEXPORT gzdirect(gzFile file) in gzdirect() function
|
H A D | zlib.h | 1613 ZEXTERN int ZEXPORT gzdirect(gzFile file); 1618 If the input file is empty, gzdirect() will return true, since the input 1621 If gzdirect() is used immediately after gzopen() or gzdopen() it will 1624 gzdirect(). 1626 When writing, gzdirect() returns true (1) if transparent writing was 1628 gzdirect() is not needed when writing. Transparent writing must be 1630 linking statically, using gzdirect() will include all of the zlib code for
|
Completed in 32 milliseconds