Home
last modified time | relevance | path

Searched refs:zipOpen2_64 (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc341 return zipOpen2_64(file_name_utf8.c_str(), append_flag, nullptr, in OpenForZipping()
350 return zipOpen2_64("fd", append_flag, nullptr, &zip_funcs); in OpenFdForZipping()
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc342 return zipOpen2_64(file_name_utf8.c_str(), append_flag, nullptr, in OpenForZipping()
351 return zipOpen2_64("fd", append_flag, nullptr, &zip_funcs); in OpenFdForZipping()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.h142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
H A Dminizip.c375 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
H A Dzip.c932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() function
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dzip.h142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname,
H A Dminizip.c376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
H A Dzip.c932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() function
/third_party/zlib/contrib/minizip/
H A Dzip.h142 extern zipFile ZEXPORT zipOpen2_64(const void *pathname,
H A Dminizip.c374 zf = zipOpen2_64(filename_try,(opt_overwrite == 2) ? 2 : 0,NULL,&ffunc); in main()
H A Dzip.c1095 extern zipFile ZEXPORT zipOpen2_64(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() function

Completed in 15 milliseconds