HomeSort by: relevance | last modified time | path
    Searched refs:UNZ_EOF (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.h 77 #define UNZ_EOF (0)
unzip.c 216 return UNZ_EOF;
236 return UNZ_EOF;
258 return UNZ_EOF;
1596 return UNZ_EOF;
1637 return (iRead==0) ? UNZ_EOF : (int)iRead;
1700 return (iRead==0) ? UNZ_EOF : iRead;
1744 return (iRead==0) ? UNZ_EOF : (int)iRead;

Completed in 13 milliseconds