HomeSort by relevance Sort by last modified time
    Searched refs:gz_statep (Results 1 - 5 of 5) sorted by null

  /external/zlib/
gzclose.c 15 gz_statep state;
19 state = (gz_statep)file;
gzread.c 9 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;
51 gz_statep state;
74 gz_statep state
    [all...]
gzlib.c 15 local void gz_reset OF((gz_statep));
72 gz_statep state;
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...]
gzwrite.c 9 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;
60 gz_statep state;
112 gz_statep state;
150 gz_statep state;
156 state = (gz_statep)file;
226 gz_statep state;
232 state = (gz_statep)file
    [all...]
gzguts.h 116 typedef gz_state FAR *gz_statep; typedef
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));

Completed in 376 milliseconds