Searched refs:gzeof (Results 1 – 24 of 24) sorted by relevance
/external/zlib/src/old/os2/ |
D | zlib.def | 44 gzeof
|
/external/zlib/src/win32/ |
D | zlib.def | 54 gzeof
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.def | 40 gzeof @34
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.def | 40 gzeof @34
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.def | 40 gzeof @34
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 230 function gzeof (file : gzFile) return Int; subprogspec 416 pragma Import (C, gzeof, "gzeof");
|
/external/zlib/src/as400/ |
D | bndsrc | 59 EXPORT SYMBOL("gzeof")
|
D | zlib.inc | 254 D gzeof PR 10i 0 extproc('gzeof')
|
/external/pdfium/third_party/zlib_v128/ |
D | zconf.h | 67 # define gzeof z_gzeof macro
|
D | gzlib.c | 511 int ZEXPORT gzeof( in gzeof() function
|
D | zlib.h | 1544 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
/external/zlib/ |
D | zconf.h | 67 # define gzeof z_gzeof macro
|
D | zlib.h | 1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
/external/zlib/src/ |
D | zconf.h | 67 # define gzeof z_gzeof macro
|
D | gzlib.c | 511 int ZEXPORT gzeof(file) in gzeof() function
|
D | zlib.h | 1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
D | zconf.h.cmakein | 69 # define gzeof z_gzeof
|
D | zconf.h.in | 67 # define gzeof z_gzeof macro
|
D | ChangeLog | 217 - 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/ |
D | gzlib.c | 511 int ZEXPORT gzeof(file) in gzeof() function
|
D | zlib.h | 1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
D | zconf.h.cmakein | 69 # define gzeof z_gzeof
|
D | ChangeLog | 217 - 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/ |
D | persistence.cpp | 297 return gzeof(fs->gzfile); in icvEof()
|