Go to the documentation of this file.
13 #if defined(_WIN32) && (!(defined(_CRT_SECURE_NO_WARNINGS)))
14 #define _CRT_SECURE_NO_WARNINGS
17 #if defined(__APPLE__) || defined(IOAPI_NO_64)
19 #define FOPEN_FUNC(filename, mode) fopen(filename, mode)
20 #define FTELLO_FUNC(stream) ftello(stream)
21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
24 #define FTELLO_FUNC(stream) ftello64(stream)
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
48 if (offsetTruncated !=
offset)
62 if ((tell_uLong) ==
MAXU32)
98 const char* mode_fopen = NULL;
108 if ((
filename!=NULL) && (mode_fopen != NULL))
116 const char* mode_fopen = NULL;
126 if ((
filename!=NULL) && (mode_fopen != NULL))
234 pzlib_filefunc_def->opaque = NULL;
246 pzlib_filefunc_def->
opaque = NULL;
read_file_func zread_file
void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def *p_filefunc64_32, const zlib_filefunc_def *p_filefunc32)
const grpc_generator::File * file
static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream)
#define ZLIB_FILEFUNC_MODE_READ
#define ZLIB_FILEFUNC_MODE_READWRITEFILTER
static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream)
open_file_func zopen32_file
static voidpf ZCALLBACK fopen64_file_func(voidpf opaque, const void *filename, int mode)
#define ZLIB_FILEFUNC_MODE_CREATE
seek64_file_func zseek64_file
static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void *buf, uLong size)
#define FTELLO_FUNC(stream)
write_file_func zwrite_file
seek_file_func zseek32_file
void fill_fopen_filefunc(zlib_filefunc_def *pzlib_filefunc_def)
seek_file_func zseek_file
write_file_func zwrite_file
static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream)
#define ZLIB_FILEFUNC_SEEK_CUR
zlib_filefunc64_def zfile_func64
#define FOPEN_FUNC(filename, mode)
#define ZLIB_FILEFUNC_MODE_EXISTING
static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin)
static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char *filename, int mode)
read_file_func zread_file
static int ZCALLBACK ferror_file_func(voidpf opaque, voidpf stream)
testerror_file_func zerror_file
static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)
close_file_func zclose_file
UniquePtr< SSL_SESSION > ret
#define ZLIB_FILEFUNC_SEEK_SET
tell_file_func ztell_file
open_file_func zopen_file
voidpf call_zopen64(const zlib_filefunc64_32_def *pfilefunc, const void *filename, int mode)
tell64_file_func ztell64_file
static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char *filename, int mode))
open64_file_func zopen64_file
long call_zseek64(const zlib_filefunc64_32_def *pfilefunc, voidpf filestream, ZPOS64_T offset, int origin)
static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void *buf, uLong size)
tell_file_func ztell32_file
close_file_func zclose_file
#define FSEEKO_FUNC(stream, offset, origin)
void fill_fopen64_filefunc(zlib_filefunc64_def *pzlib_filefunc_def)
testerror_file_func zerror_file
ZPOS64_T call_ztell64(const zlib_filefunc64_32_def *pfilefunc, voidpf filestream)
#define ZLIB_FILEFUNC_SEEK_END
unsigned long long int ZPOS64_T
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:08