/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 124 #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 D | ioapi.c | 87 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) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_fun [all...] |
H A D | iowin32.c | 41 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode)); 42 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); 44 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream)); 45 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 46 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream)); 47 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream)); 101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 154 voidpf ZCALLBACK win32_open64_file_func [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.h | 124 #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 D | ioapi.c | 87 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) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_fun [all...] |
H A D | iowin32.c | 41 voidpf ZCALLBACK win32_open_file_func OF((voidpf opaque, const char* filename, int mode)); 42 uLong ZCALLBACK win32_read_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 43 uLong ZCALLBACK win32_write_file_func OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); 44 ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream)); 45 long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); 46 int ZCALLBACK win32_close_file_func OF((voidpf opaque, voidpf stream)); 47 int ZCALLBACK win32_error_file_func OF((voidpf opaque, voidpf stream)); 101 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 130 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 154 voidpf ZCALLBACK win32_open64_file_func [all...] |
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 128 #ifndef ZCALLBACK 130 #define ZCALLBACK CALLBACK macro 132 #define ZCALLBACK macro 139 typedef voidpf (ZCALLBACK *open_file_func) (voidpf opaque, const char* filename, int mode); 140 typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); 141 typedef uLong (ZCALLBACK *write_file_func) (voidpf opaque, voidpf stream, const void* buf, uLong size); 142 typedef int (ZCALLBACK *close_file_func) (voidpf opaque, voidpf stream); 143 typedef int (ZCALLBACK *testerror_file_func) (voidpf opaque, voidpf stream); 145 typedef long (ZCALLBACK *tell_file_func) (voidpf opaque, voidpf stream); 146 typedef long (ZCALLBACK *seek_file_fun [all...] |
H A D | ioapi.c | 86 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { in fopen_file_func() 104 static voidpf ZCALLBACK fopen64_file_func(voidpf opaque, const void* filename, int mode) { in fopen64_file_func() 123 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { in fread_file_func() 130 static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { in fwrite_file_func() 137 static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) { in ftell_file_func() 145 static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) { in ftell64_file_func() 152 static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { in fseek_file_func() 175 static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { in fseek64_file_func() 201 static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream) { in fclose_file_func() 208 static int ZCALLBACK ferror_file_fun [all...] |
H A D | iowin32.c | 93 voidpf ZCALLBACK win32_open64_file_func(voidpf opaque, const void* filename, int mode) in win32_open64_file_func() 122 voidpf ZCALLBACK win32_open64_file_funcA(voidpf opaque, const void* filename, int mode) in win32_open64_file_funcA() 146 voidpf ZCALLBACK win32_open64_file_funcW(voidpf opaque, const void* filename, int mode) in win32_open64_file_funcW() 166 voidpf ZCALLBACK win32_open_file_func(voidpf opaque, const char* filename, int mode) in win32_open_file_func() 195 uLong ZCALLBACK win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 217 uLong ZCALLBACK win32_write_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) in win32_write_file_func() 258 long ZCALLBACK win32_tell_file_func(voidpf opaque, voidpf stream) in win32_tell_file_func() 281 ZPOS64_T ZCALLBACK win32_tell64_file_func(voidpf opaque, voidpf stream) in win32_tell64_file_func() 306 long ZCALLBACK win32_seek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) in win32_seek_file_func() 344 long ZCALLBACK win32_seek64_file_fun [all...] |