Searched refs:gzeof (Results 1 - 18 of 18) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 82 #define gzeof Cr_z_gzeof macro
|
H A D | zconf.h | 84 # define gzeof z_gzeof macro
|
H A D | gzlib.c | 515 int ZEXPORT gzeof(file) in gzeof() function
|
H A D | zlib.h | 1596 ZEXTERN int ZEXPORT gzeof OF((gzFile file)); 1601 just like feof(), gzeof() may return false even if there is no more data to 1606 If gzeof() returns true, then the read functions will return no more data,
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 85 #define gzeof Cr_z_gzeof macro
|
H A D | zconf.h | 87 # define gzeof z_gzeof macro
|
H A D | zlib.h | 1597 ZEXTERN int ZEXPORT gzeof(gzFile file); 1602 Therefore, just like feof(), gzeof() may return false even if there is no 1607 If gzeof() returns true, then the read functions will return no more data,
|
H A D | gzlib.c | 475 int ZEXPORT gzeof(gzFile file) { in gzeof() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 82 #define gzeof Cr_z_gzeof macro
|
H A D | zconf.h | 84 # define gzeof z_gzeof macro
|
H A D | gzlib.c | 515 int ZEXPORT gzeof(file) in gzeof() function
|
H A D | zlib.h | 1594 ZEXTERN int ZEXPORT gzeof OF((gzFile file)); 1599 just like feof(), gzeof() may return false even if there is no more data to 1604 If gzeof() returns true, then the read functions will return no more data,
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 61 # define gzeof z_gzeof
macro
|
H A D | gzlib.c | 423 int ZEXPORT gzeof(file)
in gzeof() function
|
H A D | zlib.h | 1382 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
1387 just like feof(), gzeof() may return false even if there is no more data to
1392 If gzeof() returns true, then the read functions will return no more data,
|
/third_party/zlib/ |
H A D | zconf.h | 75 # define gzeof z_gzeof macro
|
H A D | gzlib.c | 486 int ZEXPORT gzeof(gzFile file) { in gzeof() function
|
H A D | zlib.h | 1598 ZEXTERN int ZEXPORT gzeof(gzFile file); 1603 Therefore, just like feof(), gzeof() may return false even if there is no 1608 If gzeof() returns true, then the read functions will return no more data,
|
Completed in 24 milliseconds