Searched refs:zseek64_file (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.c43 if (pfilefunc->zfile_func64.zseek64_file != NULL)
44 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin);
57 if (pfilefunc->zfile_func64.zseek64_file != NULL)
77 p_filefunc64_32->zfile_func64.zseek64_file = NULL;
243 pzlib_filefunc_def->zseek64_file = fseek64_file_func;
H A Diowin32.c359 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func;
372 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func;
385 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func;
H A Dioapi.h168 seek64_file_func zseek64_file; member in struct:zlib_filefunc64_def_s
190 //#define ZSEEK64(filefunc,filestream,pos,mode) ((*((filefunc).zseek64_file)) ((filefunc).opaque,filestream,pos,mode))

Completed in 663 milliseconds