Home
last modified time | relevance | path

Searched refs:UNZ_END_OF_LIST_OF_FILE (Results 1 – 3 of 3) sorted by relevance

/trunk/main/shell/source/all/zipfile/
H A Dzipfile.cxx154 if (UNZ_END_OF_LIST_OF_FILE == rc) in GetUncompressedContent()
193 while (UNZ_OK == rc && UNZ_END_OF_LIST_OF_FILE != rc) in GetDirectory()
204 if (UNZ_OK != rc && UNZ_END_OF_LIST_OF_FILE != rc) in GetDirectory()
236 while (UNZ_OK == rc && UNZ_END_OF_LIST_OF_FILE != rc) in GetFileLongestFileNameLength()
243 if (UNZ_OK != rc && UNZ_END_OF_LIST_OF_FILE != rc) in GetFileLongestFileNameLength()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m808 return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest.
820 return UNZ_END_OF_LIST_OF_FILE;
823 return UNZ_END_OF_LIST_OF_FILE;
842 UNZ_END_OF_LIST_OF_FILE if the file is not found
869 return UNZ_END_OF_LIST_OF_FILE;
933 return UNZ_END_OF_LIST_OF_FILE;
1237 return UNZ_END_OF_LIST_OF_FILE;
H A Dunzip.h90 #define UNZ_END_OF_LIST_OF_FILE (-100) macro

Completed in 27 milliseconds