Include dependency graph for ioapi.c:

Defines | |
| #define | SEEK_CUR 1 |
| #define | SEEK_END 2 |
| #define | SEEK_SET 0 |
Functions | |
| voidpf fopen_file_func | OF ((voidpf opaque, const char *filename, int mode)) |
| uLong fread_file_func | OF ((voidpf opaque, voidpf stream, void *buf, uLong size)) |
| uLong fwrite_file_func | OF ((voidpf opaque, voidpf stream, const void *buf, uLong size)) |
| long ftell_file_func | OF ((voidpf opaque, voidpf stream)) |
| long fseek_file_func | OF ((voidpf opaque, voidpf stream, uLong offset, int origin)) |
| voidpf | fopen_file_func (voidpf opaque, const char *filename, int mode) |
| uLong | fread_file_func (voidpf opaque, voidpf stream, void *buf, uLong size) |
| uLong | fwrite_file_func (voidpf opaque, voidpf stream, const void *buf, uLong size) |
| long | ftell_file_func (voidpf opaque, voidpf stream) |
| long | fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) |
| int | fclose_file_func (voidpf opaque, voidpf stream) |
| int | ferror_file_func (voidpf opaque, voidpf stream) |
| void | fill_fopen_filefunc (zlib_filefunc_def *pzlib_filefunc_def) |
| #define SEEK_CUR 1 |
| #define SEEK_END 2 |
| #define SEEK_SET 0 |
| int fclose_file_func | ( | voidpf | opaque, | |
| voidpf | stream | |||
| ) |
| int ferror_file_func | ( | voidpf | opaque, | |
| voidpf | stream | |||
| ) |
| void fill_fopen_filefunc | ( | zlib_filefunc_def* | pzlib_filefunc_def | ) |
| voidpf fopen_file_func | ( | voidpf | opaque, | |
| const char* | filename, | |||
| int | mode | |||
| ) |
| uLong fread_file_func | ( | voidpf | opaque, | |
| voidpf | stream, | |||
| void* | buf, | |||
| uLong | size | |||
| ) |
| long fseek_file_func | ( | voidpf | opaque, | |
| voidpf | stream, | |||
| uLong | offset, | |||
| int | origin | |||
| ) |
| long ftell_file_func | ( | voidpf | opaque, | |
| voidpf | stream | |||
| ) |
| uLong fwrite_file_func | ( | voidpf | opaque, | |
| voidpf | stream, | |||
| const void* | buf, | |||
| uLong | size | |||
| ) |
| long fseek_file_func OF | ( | (voidpf opaque, voidpf stream, uLong offset, int origin) | ) |
| long ftell_file_func OF | ( | (voidpf opaque, voidpf stream) | ) |
| uLong fwrite_file_func OF | ( | (voidpf opaque, voidpf stream, const void *buf, uLong size) | ) |
| uLong fread_file_func OF | ( | (voidpf opaque, voidpf stream, void *buf, uLong size) | ) |
| voidpf fopen_file_func OF | ( | (voidpf opaque, const char *filename, int mode) | ) |
1.5.1