Searched refs:UNZ_END_OF_LIST_OF_FILE (Results 1 – 3 of 3) sorted by relevance
154 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()
808 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 found869 return UNZ_END_OF_LIST_OF_FILE;933 return UNZ_END_OF_LIST_OF_FILE;1237 return UNZ_END_OF_LIST_OF_FILE;
90 #define UNZ_END_OF_LIST_OF_FILE (-100) macro
Completed in 26 milliseconds