Symbol: ZLIB_INTERNAL
common/dist/zlib/deflate.h
313
void ZLIB_INTERNAL _tr_init(deflate_state *s);
common/dist/zlib/deflate.h
314
int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
common/dist/zlib/deflate.h
315
void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
common/dist/zlib/deflate.h
317
void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
common/dist/zlib/deflate.h
318
void ZLIB_INTERNAL _tr_align(deflate_state *s);
common/dist/zlib/deflate.h
319
void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
common/dist/zlib/deflate.h
333
extern uch ZLIB_INTERNAL _length_code[];
common/dist/zlib/deflate.h
334
extern uch ZLIB_INTERNAL _dist_code[];
common/dist/zlib/deflate.h
336
extern const uch ZLIB_INTERNAL _length_code[];
common/dist/zlib/deflate.h
337
extern const uch ZLIB_INTERNAL _dist_code[];
common/dist/zlib/gzguts.h
208
void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
common/dist/zlib/gzguts.h
210
char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
common/dist/zlib/gzguts.h
216
unsigned ZLIB_INTERNAL gz_intmax(void);
common/dist/zlib/gzlib.c
29
char ZLIB_INTERNAL *gz_strwinerror(DWORD error) {
common/dist/zlib/gzlib.c
555
void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) {
common/dist/zlib/gzlib.c
596
unsigned ZLIB_INTERNAL gz_intmax(void) {
common/dist/zlib/inffast.c
52
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) {
common/dist/zlib/inffast.h
11
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
common/dist/zlib/inftrees.c
48
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
common/dist/zlib/inftrees.h
60
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
common/dist/zlib/inftrees.h
64
void ZLIB_INTERNAL inflate_fixed(struct inflate_state FAR *state);
common/dist/zlib/trees.c
1097
int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) {
common/dist/zlib/trees.c
458
void ZLIB_INTERNAL _tr_init(deflate_state *s) {
common/dist/zlib/trees.c
862
void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
common/dist/zlib/trees.c
882
void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) {
common/dist/zlib/trees.c
890
void ZLIB_INTERNAL _tr_align(deflate_state *s) {
common/dist/zlib/trees.c
999
void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
common/dist/zlib/trees.h
102
const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
common/dist/zlib/trees.h
73
const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
common/dist/zlib/zconf.h
354
# ifdef ZLIB_INTERNAL
common/dist/zlib/zconf.h
386
# ifdef ZLIB_INTERNAL
common/dist/zlib/zlib.h
1991
#if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
common/dist/zlib/zutil.c
130
int ZLIB_INTERNAL z_verbose = verbose;
common/dist/zlib/zutil.c
132
void ZLIB_INTERNAL z_error(char *m) {
common/dist/zlib/zutil.c
155
void ZLIB_INTERNAL zmemcpy(void FAR *dst, const void FAR *src, z_size_t n) {
common/dist/zlib/zutil.c
164
int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) {
common/dist/zlib/zutil.c
174
void ZLIB_INTERNAL zmemzero(void FAR *b, z_size_t len) {
common/dist/zlib/zutil.c
218
voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) {
common/dist/zlib/zutil.c
243
void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
common/dist/zlib/zutil.c
279
voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) {
common/dist/zlib/zutil.c
284
void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
common/dist/zlib/zutil.c
302
voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) {
common/dist/zlib/zutil.c
308
void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
common/dist/zlib/zutil.h
225
void ZLIB_INTERNAL zmemcpy(void FAR *, const void FAR *, z_size_t);
common/dist/zlib/zutil.h
226
int ZLIB_INTERNAL zmemcmp(const void FAR *, const void FAR *, z_size_t);
common/dist/zlib/zutil.h
227
void ZLIB_INTERNAL zmemzero(void FAR *, z_size_t);
common/dist/zlib/zutil.h
233
extern int ZLIB_INTERNAL z_verbose;
common/dist/zlib/zutil.h
234
extern void ZLIB_INTERNAL z_error(char *m);
common/dist/zlib/zutil.h
251
voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items,
common/dist/zlib/zutil.h
253
void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);