Searched refs:ZLIB_INTERNAL (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/third_party/zlib/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
130 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m)
149 void ZLIB_INTERNAL zmemcpy(dest, source, len)
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
173 void ZLIB_INTERNAL zmemzero(dest, len)
216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
300 voidpf ZLIB_INTERNAL zcallo
[all...]
H A Ddeflate.h298 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
300 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
302 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
303 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
317 extern uch ZLIB_INTERNAL _length_code[];
318 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _length_code[];
321 extern const uch ZLIB_INTERNAL _dist_code[];
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
254 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
255 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
256 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
262 extern int ZLIB_INTERNAL z_verbose;
263 extern void ZLIB_INTERNAL z_error OF((char *m));
280 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
282 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
212 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
214 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
223 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dfx_zlib_zutil.c123 int ZLIB_INTERNAL z_verbose = verbose;
125 void ZLIB_INTERNAL z_error (
153 void ZLIB_INTERNAL zmemcpy(
164 int ZLIB_INTERNAL zmemcmp(
177 void ZLIB_INTERNAL zmemzero(
222 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
246 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
306 voidpf ZLIB_INTERNAL zcallo
[all...]
H A Ddeflate.h296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_cod
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
207 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dzutil.c123 int ZLIB_INTERNAL z_verbose = verbose;
125 void ZLIB_INTERNAL z_error (m)
152 void ZLIB_INTERNAL zmemcpy(dest, source, len)
163 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
176 void ZLIB_INTERNAL zmemzero(dest, len)
220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
304 voidpf ZLIB_INTERNAL zcallo
[all...]
H A Ddeflate.h296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_cod
[all...]
/external/zlib/src/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
207 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dzutil.c123 int ZLIB_INTERNAL z_verbose = verbose;
125 void ZLIB_INTERNAL z_error (m)
152 void ZLIB_INTERNAL zmemcpy(dest, source, len)
163 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
176 void ZLIB_INTERNAL zmemzero(dest, len)
220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
304 voidpf ZLIB_INTERNAL zcallo
[all...]
H A Ddeflate.h296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_cod
[all...]

Completed in 200 milliseconds

123