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

/freebsd-10.1-release/lib/libz/
H A Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
H A Dgzread.c12 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
13 local int gz_avail OF((gz_statep));
14 local int gz_look OF((gz_statep));
15 local int gz_decomp OF((gz_statep));
16 local int gz_fetch OF((gz_statep));
17 local int gz_skip OF((gz_statep, z_off64_t));
24 gz_statep state;
55 gz_statep state;
90 gz_statep state;
176 gz_statep stat
[all...]
H A Dgzlib.c22 local void gz_reset OF((gz_statep));
79 gz_statep state;
99 gz_statep state;
114 state = (gz_statep)malloc(sizeof(gz_state));
321 gz_statep state;
326 state = (gz_statep)file;
345 gz_statep state;
350 state = (gz_statep)file;
372 gz_statep state;
377 state = (gz_statep)fil
[all...]
H A Dgzwrite.c12 local int gz_init OF((gz_statep));
13 local int gz_comp OF((gz_statep, int));
14 local int gz_zero OF((gz_statep, z_off64_t));
19 gz_statep state;
74 gz_statep state;
137 gz_statep state;
174 gz_statep state;
180 state = (gz_statep)file;
254 gz_statep state;
260 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 102 milliseconds