Searched refs:UNZ_OK (Results 1 – 4 of 4) sorted by relevance
230 if (err==UNZ_OK)234 if (err==UNZ_OK)258 if (err==UNZ_OK)262 if (err==UNZ_OK)266 if (err==UNZ_OK)270 if (err==UNZ_OK)430 int err=UNZ_OK;541 return UNZ_OK;558 return UNZ_OK;938 return UNZ_OK;[all …]
161 if (unzLocateFile(unzipFile, "meta.xml", CASESENSITIVITY) != UNZ_OK) {168 if (unzOpenCurrentFile(unzipFile) != UNZ_OK) {198 if (unzLocateFile(unzipFile, "content.xml", CASESENSITIVITY) != UNZ_OK) {205 if (unzOpenCurrentFile(unzipFile) != UNZ_OK) {
89 #define UNZ_OK (0) macro
164 if (UNZ_OK != 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()
Completed in 24 milliseconds