Home
last modified time | relevance | path

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

/external/zlib/
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_next4 OF((gz_statep, unsigned long *));
12 local int gz_head OF((gz_statep));
13 local int gz_decomp OF((gz_statep));
14 local int gz_make OF((gz_statep));
15 local int gz_skip OF((gz_statep, z_off64_t));
22 gz_statep state; in gz_load()
51 gz_statep state; in gz_avail()
74 gz_statep state; in gz_next4()
[all …]
Dgzlib.c15 local void gz_reset OF((gz_statep));
72 gz_statep state; in gz_reset()
92 gz_statep state;
232 gz_statep state;
237 state = (gz_statep)file;
256 gz_statep state;
261 state = (gz_statep)file;
282 gz_statep state;
287 state = (gz_statep)file;
366 gz_statep state;
[all …]
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; in gz_init()
60 gz_statep state; in gz_comp()
112 gz_statep state; in gz_zero()
150 gz_statep state;
156 state = (gz_statep)file;
226 gz_statep state;
232 state = (gz_statep)file;
[all …]
Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
Dgzguts.h116 typedef gz_state FAR *gz_statep; typedef
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));