Searched refs:gz_statep (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/zlib/
H A Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
H A Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
10 local int gz_avail OF((gz_statep));
11 local int gz_look OF((gz_statep));
12 local int gz_decomp OF((gz_statep));
13 local int gz_fetch OF((gz_statep));
14 local int gz_skip OF((gz_statep, z_off64_t));
21 gz_statep state;
52 gz_statep state;
86 gz_statep state;
172 gz_statep stat
[all...]
H A Dgzlib.c19 local void gz_reset OF((gz_statep));
76 gz_statep state;
96 gz_statep state;
308 gz_statep state;
313 state = (gz_statep)file;
332 gz_statep state;
337 state = (gz_statep)file;
359 gz_statep state;
364 state = (gz_statep)file;
444 gz_statep stat
[all...]
H A Dgzwrite.c9 local int gz_init OF((gz_statep));
10 local int gz_comp OF((gz_statep, int));
11 local int gz_zero OF((gz_statep, z_off64_t));
16 gz_statep state;
71 gz_statep state;
134 gz_statep state;
172 gz_statep state;
178 state = (gz_statep)file;
248 gz_statep state;
254 state = (gz_statep)fil
[all...]
H A Dgzguts.h177 typedef gz_state FAR *gz_statep; typedef
180 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/haiku-buildtools/binutils/zlib/
H A Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
H A Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
10 local int gz_avail OF((gz_statep));
11 local int gz_look OF((gz_statep));
12 local int gz_decomp OF((gz_statep));
13 local int gz_fetch OF((gz_statep));
14 local int gz_skip OF((gz_statep, z_off64_t));
21 gz_statep state;
52 gz_statep state;
87 gz_statep state;
173 gz_statep stat
[all...]
H A Dgzlib.c19 local void gz_reset OF((gz_statep));
76 gz_statep state;
96 gz_statep state;
111 state = (gz_statep)malloc(sizeof(gz_state));
318 gz_statep state;
323 state = (gz_statep)file;
342 gz_statep state;
347 state = (gz_statep)file;
369 gz_statep state;
374 state = (gz_statep)fil
[all...]
H A Dgzwrite.c9 local int gz_init OF((gz_statep));
10 local int gz_comp OF((gz_statep, int));
11 local int gz_zero OF((gz_statep, z_off64_t));
16 gz_statep state;
71 gz_statep state;
134 gz_statep state;
171 gz_statep state;
177 state = (gz_statep)file;
251 gz_statep state;
257 state = (gz_statep)fil
[all...]
H A Dgzguts.h193 typedef gz_state FAR *gz_statep; typedef
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));

Completed in 162 milliseconds