Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/macosx/spotlight/
H A Dunzip.m230 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 …]
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
/aoo4110/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()

Completed in 40 milliseconds