Home
last modified time | relevance | path

Searched refs:pzlib_filefunc64_32_def (Results 1 - 7 of 7) sorted by relevance

/third_party/zlib/contrib/minizip/
H A Dzip.h150 zlib_filefunc64_32_def* pzlib_filefunc64_32_def);
H A Dunzip.c499 zlib_filefunc64_32_def* pzlib_filefunc64_32_def, in unzOpenInternal()
522 if (pzlib_filefunc64_32_def==NULL) in unzOpenInternal()
525 us.z_filefunc = *pzlib_filefunc64_32_def; in unzOpenInternal()
498 unzOpenInternal(const void *path, zlib_filefunc64_32_def* pzlib_filefunc64_32_def, int is64bitOpenFunction) unzOpenInternal() argument
H A Dzip.c1002 extern zipFile ZEXPORT zipOpen3(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
1010 if (pzlib_filefunc64_32_def == NULL) in zipOpen3()
1016 ziinit.z_filefunc = *pzlib_filefunc64_32_def; in zipOpen3()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
857 if (pzlib_filefunc64_32_def==NULL) in zipOpen3()
860 ziinit.z_filefunc = *pzlib_filefunc64_32_def; in zipOpen3()
H A Dunzip.c581 zlib_filefunc64_32_def* pzlib_filefunc64_32_def, in unzOpenInternal()
604 if (pzlib_filefunc64_32_def==NULL) in unzOpenInternal()
607 us.z_filefunc = *pzlib_filefunc64_32_def; in unzOpenInternal()
580 unzOpenInternal(const void *path, zlib_filefunc64_32_def* pzlib_filefunc64_32_def, int is64bitOpenFunction) unzOpenInternal() argument
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c581 zlib_filefunc64_32_def* pzlib_filefunc64_32_def, in unzOpenInternal()
604 if (pzlib_filefunc64_32_def==NULL) in unzOpenInternal()
607 us.z_filefunc = *pzlib_filefunc64_32_def; in unzOpenInternal()
580 unzOpenInternal(const void *path, zlib_filefunc64_32_def* pzlib_filefunc64_32_def, int is64bitOpenFunction) unzOpenInternal() argument
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
857 if (pzlib_filefunc64_32_def==NULL) in zipOpen3()
860 ziinit.z_filefunc = *pzlib_filefunc64_32_def; in zipOpen3()

Completed in 18 milliseconds