Home
last modified time | relevance | path

Searched refs:gzeof (Results 1 – 24 of 24) sorted by relevance

/external/zlib/src/old/os2/
Dzlib.def44 gzeof
/external/zlib/src/win32/
Dzlib.def54 gzeof
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def40 gzeof @34
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def40 gzeof @34
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def40 gzeof @34
/external/zlib/src/contrib/ada/
Dzlib-thin.ads230 function gzeof (file : gzFile) return Int; subprogspec
416 pragma Import (C, gzeof, "gzeof");
/external/zlib/src/as400/
Dbndsrc59 EXPORT SYMBOL("gzeof")
Dzlib.inc254 D gzeof PR 10i 0 extproc('gzeof')
/external/pdfium/third_party/zlib_v128/
Dzconf.h67 # define gzeof z_gzeof macro
Dgzlib.c511 int ZEXPORT gzeof( in gzeof() function
Dzlib.h1544 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
/external/zlib/
Dzconf.h67 # define gzeof z_gzeof macro
Dzlib.h1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
/external/zlib/src/
Dzconf.h67 # define gzeof z_gzeof macro
Dgzlib.c511 int ZEXPORT gzeof(file) in gzeof() function
Dzlib.h1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
Dzconf.h.cmakein69 # define gzeof z_gzeof
Dzconf.h.in67 # define gzeof z_gzeof macro
DChangeLog217 - Fix gzeof() to behave just like feof() when read is not past end of file
318 - Fix bug in gzeof() to take into account unused input data
475 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
774 - Fix gzeof() for concatenated gzip files [Johnson]
1059 - fix gzeof on non-compressed files (Allan Schrum)
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/external/opencv3/3rdparty/zlib/
Dgzlib.c511 int ZEXPORT gzeof(file) in gzeof() function
Dzlib.h1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
Dzconf.h.cmakein69 # define gzeof z_gzeof
DChangeLog217 - Fix gzeof() to behave just like feof() when read is not past end of file
318 - Fix bug in gzeof() to take into account unused input data
475 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
774 - Fix gzeof() for concatenated gzip files [Johnson]
1059 - fix gzeof on non-compressed files (Allan Schrum)
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/external/opencv3/modules/core/src/
Dpersistence.cpp297 return gzeof(fs->gzfile); in icvEof()