Searched refs:win32_seek64_file_func (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Diowin32.c32 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
274 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) function
359 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;
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Diowin32.c39 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
346 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) function
431 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func;
444 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func;
457 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func;

Completed in 54 milliseconds