|
| WCHAR * | amanda_utf8towide_1_v27 (const char *pUTF8) |
| |
| void | pedro_dprintf2 (int amanda_level, char *format,...) |
| | pedro_dprintf2 is my variant of my debug function because too much calls to pedro_dprintf these days, I am lazy, sorry....
|
| |
| local void gz_reset | OF ((gz_statep)) |
| |
| local gzFile gz_open | OF ((const void *, int, const char *)) |
| |
| void | pedro_dprintf (int amanda_level, char *format,...) |
| |
| short * | utf8towide_v2 (const char *pUTF8) |
| |
| local void | gz_reset (gz_statep state) |
| |
| local gzFile | gz_open (void *path, int fd, const char *mode) const |
| |
| gzFile ZEXPORT | gzopen (char *path, const char *mode) const |
| |
| gzFile ZEXPORT | gzopen64 (char *path, const char *mode) const |
| |
| gzFile ZEXPORT | gzdopen (int fd, const char *mode) |
| |
| int ZEXPORT | gzbuffer (gzFile file, unsigned size) |
| |
| int ZEXPORT | gzrewind (gzFile file) |
| |
| z_off64_t ZEXPORT | gzseek64 (gzFile file, z_off64_t offset, int whence) |
| |
| z_off_t ZEXPORT | gzseek (gzFile file, z_off_t offset, int whence) |
| |
| z_off64_t ZEXPORT | gztell64 (gzFile file) |
| |
| z_off_t ZEXPORT | gztell (gzFile file) |
| |
| z_off64_t ZEXPORT | gzoffset64 (gzFile file) |
| |
| z_off_t ZEXPORT | gzoffset (gzFile file) |
| |
| int ZEXPORT | gzeof (gzFile file) |
| |
| const char *ZEXPORT | gzerror (gzFile file, int *errnum) |
| |
| void ZEXPORT | gzclearerr (gzFile file) |
| |
| void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
| |
| unsigned ZLIB_INTERNAL | gz_intmax () |
| |