Searched refs:zseek64_file (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 43 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_zseek64() 44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64() 57 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_ztell64() 77 p_filefunc64_32->zfile_func64.zseek64_file = NULL; in fill_zlib_filefunc64_32_def_from_filefunc32() 243 pzlib_filefunc_def->zseek64_file = fseek64_file_func; in fill_fopen64_filefunc()
|
H A D | iowin32.c | 437 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64() 450 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64A() 463 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64W()
|
H A D | ioapi.h | 168 seek64_file_func zseek64_file; member 190 //#define ZSEEK64(filefunc,filestream,pos,mode) ((*((filefunc).zseek64_file)) ((filefunc).opaque,filestream,pos,mode))
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.c | 43 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_zseek64() 44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64() 57 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_ztell64() 77 p_filefunc64_32->zfile_func64.zseek64_file = NULL; in fill_zlib_filefunc64_32_def_from_filefunc32() 243 pzlib_filefunc_def->zseek64_file = fseek64_file_func; in fill_fopen64_filefunc()
|
H A D | iowin32.c | 437 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64() 450 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64A() 463 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64W()
|
H A D | ioapi.h | 168 seek64_file_func zseek64_file; member 190 //#define ZSEEK64(filefunc,filestream,pos,mode) ((*((filefunc).zseek64_file)) ((filefunc).opaque,filestream,pos,mode))
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.c | 43 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_zseek64() 44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); in call_zseek64() 57 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_ztell64() 76 p_filefunc64_32->zfile_func64.zseek64_file = NULL; in fill_zlib_filefunc64_32_def_from_filefunc32() 233 pzlib_filefunc_def->zseek64_file = fseek64_file_func; in fill_fopen64_filefunc()
|
H A D | iowin32.c | 429 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64() 442 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64A() 455 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64W()
|
H A D | ioapi.h | 172 seek64_file_func zseek64_file; member 194 //#define ZSEEK64(filefunc,filestream,pos,mode) ((*((filefunc).zseek64_file)) ((filefunc).opaque,filestream,pos,mode))
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_internal.cc | 326 zip_functions.zseek64_file = SeekZipBuffer; in PrepareMemoryForUnzipping()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_internal.cc | 327 zip_functions.zseek64_file = SeekZipBuffer; in PrepareMemoryForUnzipping()
|
Completed in 7 milliseconds