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

  /external/chromium/third_party/zlib/contrib/minizip/
unzip.h 72 #define UNZ_OK (0)
160 return UNZ_OK if there is no problem. */
167 return UNZ_OK if there is no problem. */
186 return UNZ_OK if there is no problem
192 return UNZ_OK if there is no problem
204 UNZ_OK if the file is found. It becomes the current file.
257 If there is no error, the return value is UNZ_OK.
265 If there is no error, the return value is UNZ_OK.
  /external/zlib/contrib/minizip/
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 19 milliseconds