Searched refs:ZCALLBACK (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dioapi.h25 #ifndef ZCALLBACK
28 #define ZCALLBACK CALLBACK macro
30 #define ZCALLBACK macro
38 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
41 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
43 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
44 typedef int (ZCALLBACK *testerror_file_fun
[all...]
H A Dioapi.c32 voidpf ZCALLBACK fopen_file_func OF((
37 uLong ZCALLBACK fread_file_func OF((
43 uLong ZCALLBACK fwrite_file_func OF((
49 long ZCALLBACK ftell_file_func OF((
53 long ZCALLBACK fseek_file_func OF((
59 int ZCALLBACK fclose_file_func OF((
63 int ZCALLBACK ferror_file_func OF((
68 voidpf ZCALLBACK fopen_file_func (opaque, filename, mode)
90 uLong ZCALLBACK fread_file_func (opaque, stream, buf, size)
102 uLong ZCALLBACK fwrite_file_fun
[all...]
H A Diowin32.c24 voidpf ZCALLBACK win32_open_file_func OF((
29 uLong ZCALLBACK win32_read_file_func OF((
35 uLong ZCALLBACK win32_write_file_func OF((
41 long ZCALLBACK win32_tell_file_func OF((
45 long ZCALLBACK win32_seek_file_func OF((
51 int ZCALLBACK win32_close_file_func OF((
55 int ZCALLBACK win32_error_file_func OF((
65 voidpf ZCALLBACK win32_open_file_func (opaque, filename, mode)
117 uLong ZCALLBACK win32_read_file_func (opaque, stream, buf, size)
140 uLong ZCALLBACK win32_write_file_fun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dioapi.h25 #ifndef ZCALLBACK
28 #define ZCALLBACK CALLBACK macro
30 #define ZCALLBACK macro
38 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
41 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
43 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
44 typedef int (ZCALLBACK *testerror_file_fun
[all...]
H A Dioapi.c32 voidpf ZCALLBACK fopen_file_func OF((
37 uLong ZCALLBACK fread_file_func OF((
43 uLong ZCALLBACK fwrite_file_func OF((
49 long ZCALLBACK ftell_file_func OF((
53 long ZCALLBACK fseek_file_func OF((
59 int ZCALLBACK fclose_file_func OF((
63 int ZCALLBACK ferror_file_func OF((
68 voidpf ZCALLBACK fopen_file_func (opaque, filename, mode)
90 uLong ZCALLBACK fread_file_func (opaque, stream, buf, size)
102 uLong ZCALLBACK fwrite_file_fun
[all...]
H A Diowin32.c24 voidpf ZCALLBACK win32_open_file_func OF((
29 uLong ZCALLBACK win32_read_file_func OF((
35 uLong ZCALLBACK win32_write_file_func OF((
41 long ZCALLBACK win32_tell_file_func OF((
45 long ZCALLBACK win32_seek_file_func OF((
51 int ZCALLBACK win32_close_file_func OF((
55 int ZCALLBACK win32_error_file_func OF((
65 voidpf ZCALLBACK win32_open_file_func (opaque, filename, mode)
117 uLong ZCALLBACK win32_read_file_func (opaque, stream, buf, size)
140 uLong ZCALLBACK win32_write_file_fun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dioapi.h124 #ifndef ZCALLBACK
126 #define ZCALLBACK CALLBACK macro
128 #define ZCALLBACK macro
135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_fun
[all...]
H A Dioapi.c87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
90 static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream));
91 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
92 static int ZCALLBACK fclose_file_func OF((voidpf opaque, voidpf stream));
93 static int ZCALLBACK ferror_file_func OF((voidpf opaque, voidpf stream));
95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode)
113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
132 static uLong ZCALLBACK fread_file_fun
[all...]
H A Diowin32.c35 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
36 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
37 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
38 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
39 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
40 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
41 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
95 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
124 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
148 voidpf ZCALLBACK win32_open64_file_func
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dioapi.h124 #ifndef ZCALLBACK
126 #define ZCALLBACK CALLBACK macro
128 #define ZCALLBACK macro
135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_fun
[all...]
H A Dioapi.c87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
90 static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream));
91 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
92 static int ZCALLBACK fclose_file_func OF((voidpf opaque, voidpf stream));
93 static int ZCALLBACK ferror_file_func OF((voidpf opaque, voidpf stream));
95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode)
113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
132 static uLong ZCALLBACK fread_file_fun
[all...]
H A Diowin32.c28 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode));
29 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
30 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
31 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream));
32 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
33 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream));
34 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream));
88 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode)
103 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode)
118 voidpf ZCALLBACK win32_open64_file_func
[all...]

Completed in 78 milliseconds