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

  /external/chromium/third_party/zlib/contrib/minizip/
zip.h 136 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
minizip.c 307 zf = zipOpen2(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
zip.c 5 Modification to zipOpen2 to support globalComment retrieval.
503 extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_filefunc_def)
691 return zipOpen2(pathname,append,NULL,NULL);
    [all...]
  /external/zlib/contrib/minizip/
zip.h 137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname,
zip.c 920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def)
    [all...]

Completed in 188 milliseconds