HomeSort by relevance Sort by last modified time
    Searched refs:UNZ_OK (Results 1 - 4 of 4) sorted by null

  /external/zlib/contrib/minizip/
unzip.c 219 return UNZ_OK;
250 if (err==UNZ_OK)
254 if (err==UNZ_OK)
277 if (err==UNZ_OK)
281 if (err==UNZ_OK)
285 if (err==UNZ_OK)
289 if (err==UNZ_OK)
313 if (err==UNZ_OK)
317 if (err==UNZ_OK)
321 if (err==UNZ_OK)
    [all...]
miniunz.c 242 if (err!=UNZ_OK)
254 if (err!=UNZ_OK)
300 if (err!=UNZ_OK)
321 int err=UNZ_OK;
330 if (err!=UNZ_OK)
371 if (err!=UNZ_OK)
376 if (((*popt_overwrite)==0) && (err==UNZ_OK))
409 if ((skip==0) && (err==UNZ_OK))
458 if (err==UNZ_OK)
461 if (err!=UNZ_OK)
    [all...]
unzip.h 74 #define UNZ_OK (0)
203 return UNZ_OK if there is no problem. */
213 return UNZ_OK if there is no problem. */
232 return UNZ_OK if there is no problem
238 return UNZ_OK if there is no problem
250 UNZ_OK if the file is found. It becomes the current file.
334 If there is no error, the return value is UNZ_OK.
342 If there is no error, the return value is UNZ_OK.
  /external/chromium/chrome/common/
zip.cc 30 if (err != UNZ_OK)
36 if (err != UNZ_OK)
98 if (err == UNZ_OK)
102 if (err != UNZ_OK)
180 if (err != UNZ_OK) {
193 if (err != UNZ_OK) {

Completed in 25 milliseconds