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

/forgerock/web-agents-v4/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 31 milliseconds