Home
last modified time | relevance | path

Searched refs:gzclose (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzclose.c11 int ZEXPORT gzclose(file) in gzclose() function
Dminigzip.c295 int gzclose OF((gzFile));
297 int gzclose(gz) in gzclose() function
387 if (gzclose(out) != Z_OK) error("failed gzclose");
422 if (gzclose(out) != Z_OK) error("failed gzclose");
449 if (gzclose(in) != Z_OK) error("failed gzclose");
DINDEX45 gzclose.c
Dexample.c142 gzclose(file);
191 gzclose(file);
Dzconf.h62 # define gzclose z_gzclose macro
Dzlib.h1511 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
DChangeLog39 - Fix bug where gzopen(), gzclose() would write an empty file
40 - Fix bug in gzclose() when gzwrite() runs out of memory
186 - Fix gzclose() to return the actual error last encountered
420 - Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL
1223 - do not flush twice in gzclose (thanks to Ken Raeburn)
1332 - document that gzclose after gzdopen will close the file
1442 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dminigzip.c123 if (gzclose(out) != Z_OK) error("failed gzclose");
158 if (gzclose(out) != Z_OK) error("failed gzclose");
185 if (gzclose(in) != Z_OK) error("failed gzclose");
Dexample.c113 gzclose(file);
162 gzclose(file);
Dzlib.h1229 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
Dgzio.c953 int ZEXPORT gzclose (file) in gzclose() function
DChangeLog606 - do not flush twice in gzclose (thanks to Ken Raeburn)
715 - document that gzclose after gzdopen will close the file
825 - fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose).
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzconf.h67 # define gzclose z_gzclose macro
Dzlib.h1630 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf241 Modules/zlib/gzclose.c #