Searched refs:UNZ_END_OF_LIST_OF_FILE (Results 1 - 2 of 2) sorted by relevance

/external/zlib/src/contrib/minizip/
H A Dunzip.h75 #define UNZ_END_OF_LIST_OF_FILE (-100) macro
239 return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest.
251 UNZ_END_OF_LIST_OF_FILE if the file is not found
H A Dunzip.c1197 return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest.
1208 return UNZ_END_OF_LIST_OF_FILE;
1211 return UNZ_END_OF_LIST_OF_FILE;
1230 UNZ_END_OF_LIST_OF_FILE if the file is not found
1254 return UNZ_END_OF_LIST_OF_FILE;
1316 return UNZ_END_OF_LIST_OF_FILE;
1700 return UNZ_END_OF_LIST_OF_FILE;

Completed in 185 milliseconds