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

  /external/chromium_org/third_party/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.
  /external/zlib/src/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 56 milliseconds