Home
last modified time | relevance | path

Searched refs:zseek_file (Results 1 – 10 of 10) sorted by relevance

/third_party/zlib/contrib/minizip/
Dioapi.c81 p_filefunc64_32->zseek32_file = p_filefunc32->zseek_file; in fill_zlib_filefunc64_32_def_from_filefunc32()
241 pzlib_filefunc_def->zseek_file = fseek_file_func;
Dioapi.h154 seek_file_func zseek_file; member
Diowin32.c425 pzlib_filefunc_def->zseek_file = win32_seek_file_func; in fill_win32_filefunc()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dioapi.c81 p_filefunc64_32->zseek32_file = p_filefunc32->zseek_file; in fill_zlib_filefunc64_32_def_from_filefunc32()
231 pzlib_filefunc_def->zseek_file = fseek_file_func;
Dioapi.h152 seek_file_func zseek_file; member
Diowin32.c425 pzlib_filefunc_def->zseek_file = win32_seek_file_func; in fill_win32_filefunc()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dioapi.c81 p_filefunc64_32->zseek32_file = p_filefunc32->zseek_file; in fill_zlib_filefunc64_32_def_from_filefunc32()
231 pzlib_filefunc_def->zseek_file = fseek_file_func;
Dioapi.h152 seek_file_func zseek_file; member
Diowin32.c425 pzlib_filefunc_def->zseek_file = win32_seek_file_func; in fill_win32_filefunc()
/third_party/skia/third_party/externals/zlib/google/
Dzip_internal.cc318 zip_functions.zseek_file = SeekZipBuffer; in PrepareMemoryForUnzipping()