HomeSort by: relevance | last modified time | path
    Searched refs:UNZ_OK (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.c 208 return UNZ_OK;
228 return UNZ_OK;
250 return UNZ_OK;
450 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
454 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
460 if (unz64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=UNZ_OK)
464 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
474 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
508 int err=UNZ_OK;
543 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
    [all...]
miniunz.c 237 if (err!=UNZ_OK)
249 if (err!=UNZ_OK)
295 if (err!=UNZ_OK)
311 int err=UNZ_OK;
319 if (err!=UNZ_OK)
374 if (err!=UNZ_OK)
379 if (((*popt_overwrite)==0) && (err==UNZ_OK))
412 if ((skip==0) && (err==UNZ_OK))
461 if (err==UNZ_OK)
464 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.

Completed in 13 milliseconds