Home
last modified time | relevance | path

Searched refs:UNZ_EOF (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/minizip/
Dunzip.h77 #define UNZ_EOF (0) macro
Dunzip.c226 return UNZ_EOF; in unz64local_getByte()
1729 return UNZ_EOF; in unzReadCurrentFile()
1770 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1833 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1874 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()