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

  /src/common/dist/zlib/contrib/minizip/
unzip.h 75 #define UNZ_END_OF_LIST_OF_FILE (-100)
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
unzip.c 1079 return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest.
1089 return UNZ_END_OF_LIST_OF_FILE;
1092 return UNZ_END_OF_LIST_OF_FILE;
1111 UNZ_END_OF_LIST_OF_FILE if the file is not found
1134 return UNZ_END_OF_LIST_OF_FILE;
1195 return UNZ_END_OF_LIST_OF_FILE;
1567 return UNZ_END_OF_LIST_OF_FILE;

Completed in 13 milliseconds