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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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_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 state;
    [all...]
gzlib.c 19 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)file;
    [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;
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)file;
    [all...]
gzguts.h 193 typedef gz_state FAR *gz_statep; typedef
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
  /external/python/cpython2/Modules/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_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 state
    [all...]
gzlib.c 19 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)file
    [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;
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)file
    [all...]
gzguts.h 193 typedef gz_state FAR *gz_statep; typedef
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
  /external/python/cpython3/Modules/zlib/
gzclose.c 15 gz_statep state;
19 state = (gz_statep)file;
gzlib.c 19 local void gz_reset OF((gz_statep));
76 gz_statep state;
96 gz_statep state;
111 state = (gz_statep)malloc(sizeof(gz_state));
320 gz_statep state;
325 state = (gz_statep)file;
346 gz_statep state;
351 state = (gz_statep)file;
373 gz_statep state;
378 state = (gz_statep)file
    [all...]
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_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));
15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
22 gz_statep state;
57 gz_statep state;
92 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));
12 local z_size_t gz_write OF((gz_statep, voidpc, z_size_t));
18 gz_statep state;
74 gz_statep state;
146 gz_statep state;
179 gz_statep state;
251 gz_statep state;
256 state = (gz_statep)file
    [all...]
gzguts.h 202 typedef gz_state FAR *gz_statep; typedef
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
  /external/zlib/src/
gzclose.c 15 gz_statep state;
19 state = (gz_statep)file;
gzlib.c 19 local void gz_reset OF((gz_statep));
76 gz_statep state;
96 gz_statep state;
111 state = (gz_statep)malloc(sizeof(gz_state));
320 gz_statep state;
325 state = (gz_statep)file;
346 gz_statep state;
351 state = (gz_statep)file;
373 gz_statep state;
378 state = (gz_statep)file
    [all...]
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_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));
15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
22 gz_statep state;
57 gz_statep state;
92 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));
12 local z_size_t gz_write OF((gz_statep, voidpc, z_size_t));
18 gz_statep state;
74 gz_statep state;
146 gz_statep state;
179 gz_statep state;
251 gz_statep state;
256 state = (gz_statep)file
    [all...]
gzguts.h 202 typedef gz_state FAR *gz_statep; typedef
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
  /toolchain/binutils/binutils-2.27/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_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 state
    [all...]
gzlib.c 19 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)file
    [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;
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)file
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 199 typedef gz_state FAR *gz_statep; typedef
202 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));

Completed in 797 milliseconds

1 2