Home
last modified time | relevance | path

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

/trueos/lib/libz/
HDgzread.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; in gz_load()
55 gz_statep state; in gz_avail()
90 gz_statep state; in gz_look()
176 gz_statep state; in gz_decomp()
[all …]
HDgzlib.c22 local void gz_reset OF((gz_statep));
79 gz_statep state; in gz_reset()
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)file;
[all …]
HDgzwrite.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; in gz_init()
74 gz_statep state; in gz_comp()
137 gz_statep state; in gz_zero()
174 gz_statep state;
180 state = (gz_statep)file;
254 gz_statep state;
260 state = (gz_statep)file;
[all …]
HDgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
HDgzguts.h193 typedef gz_state FAR *gz_statep; typedef
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));