Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
gzlib.c File Reference
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <wctype.h>
#include <wchar.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <locale.h>
#include <signal.h>
#include <limits.h>
#include <float.h>
#include <iso646.h>
#include "gzguts.h"

Macros

#define LSEEK   lseek
 

Functions

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 ()
 

Variables

int unicodemode
 

Macro Definition Documentation

◆ LSEEK

#define LSEEK   lseek

Function Documentation

◆ amanda_utf8towide_1_v27()

WCHAR * amanda_utf8towide_1_v27 ( const char * pUTF8)

◆ gz_error()

void ZLIB_INTERNAL gz_error ( gz_statep state,
int err,
const char * msg )

◆ gz_intmax()

unsigned ZLIB_INTERNAL gz_intmax ( )

◆ gz_open()

local gzFile gz_open ( void * path,
int fd,
const char * mode ) const

◆ gz_reset()

local void gz_reset ( gz_statep state)

◆ gzbuffer()

int ZEXPORT gzbuffer ( gzFile file,
unsigned size )

◆ gzclearerr()

void ZEXPORT gzclearerr ( gzFile file)

◆ gzdopen()

gzFile ZEXPORT gzdopen ( int fd,
const char * mode )

◆ gzeof()

int ZEXPORT gzeof ( gzFile file)

◆ gzerror()

const char *ZEXPORT gzerror ( gzFile file,
int * errnum )

◆ gzoffset()

z_off_t ZEXPORT gzoffset ( gzFile file)

◆ gzoffset64()

z_off64_t ZEXPORT gzoffset64 ( gzFile file)

◆ gzopen()

gzFile ZEXPORT gzopen ( char * path,
const char * mode ) const

◆ gzopen64()

gzFile ZEXPORT gzopen64 ( char * path,
const char * mode ) const

◆ gzrewind()

int ZEXPORT gzrewind ( gzFile file)

◆ gzseek()

z_off_t ZEXPORT gzseek ( gzFile file,
z_off_t offset,
int whence )

◆ gzseek64()

z_off64_t ZEXPORT gzseek64 ( gzFile file,
z_off64_t offset,
int whence )

◆ gztell()

z_off_t ZEXPORT gztell ( gzFile file)

◆ gztell64()

z_off64_t ZEXPORT gztell64 ( gzFile file)

◆ OF() [1/2]

local gzFile gz_open OF ( (const void *, int, const char *) )

◆ OF() [2/2]

local void gz_reset OF ( (gz_statep) )

◆ pedro_dprintf()

void pedro_dprintf ( int amanda_level,
char * format,
... )

◆ pedro_dprintf2()

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....

em brotli or brotli2

Parameters
amanda_levelif equal or above 0 print the string
formatprintf based format
...

◆ utf8towide_v2()

short * utf8towide_v2 ( const char * pUTF8)

Variable Documentation

◆ unicodemode

int unicodemode
extern