Home
last modified time | relevance | path

Searched refs:UNZ_OK (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/extensions/source/macosx/spotlight/
H A Dunzip.m198 return UNZ_OK;
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;
456 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
460 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_disk)!=UNZ_OK)
[all …]
H A DOOoSpotlightImporter.m161 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) {
H A Dunzip.h89 #define UNZ_OK (0) macro
/AOO42X/main/shell/source/all/zipfile/
H A Dzipfile.cxx164 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()