Home
last modified time | relevance | path

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

/external/pdfium/third_party/zlib_v128/
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_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, in gz_load()
52 gz_statep state) in gz_avail()
87 gz_statep state) in gz_look()
173 gz_statep state) in gz_decomp()
[all …]
Dgzlib.c19 local void gz_reset OF((gz_statep));
76 gz_statep state) in gz_reset()
96 gz_statep state; in gz_open()
111 state = (gz_statep)malloc(sizeof(gz_state)); in gz_open()
318 gz_statep state; in gzbuffer()
323 state = (gz_statep)file; in gzbuffer()
342 gz_statep state; in gzrewind()
347 state = (gz_statep)file; in gzrewind()
369 gz_statep state; in gzseek64()
374 state = (gz_statep)file; in gzseek64()
[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()
71 gz_statep state, in gz_comp()
134 gz_statep state, in gz_zero()
171 gz_statep state; in gzwrite()
177 state = (gz_statep)file; in gzwrite()
251 gz_statep state; in gzputc()
257 state = (gz_statep)file; in gzputc()
[all …]
Dgzclose.c15 gz_statep state; in gzclose()
19 state = (gz_statep)file; in gzclose()
Dgzguts.h209 typedef gz_state FAR *gz_statep; typedef
212 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/external/opencv3/3rdparty/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_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; in gz_load()
52 gz_statep state; in gz_avail()
87 gz_statep state; in gz_look()
173 gz_statep state; in gz_decomp()
[all …]
Dgzlib.c19 local void gz_reset OF((gz_statep));
76 gz_statep state; in gz_reset()
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 …]
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()
71 gz_statep state; in gz_comp()
134 gz_statep state; in gz_zero()
171 gz_statep state;
177 state = (gz_statep)file;
251 gz_statep state;
257 state = (gz_statep)file;
[all …]
Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
Dgzguts.h193 typedef gz_state FAR *gz_statep; typedef
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/external/zlib/src/
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_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; in gz_load()
52 gz_statep state; in gz_avail()
87 gz_statep state; in gz_look()
173 gz_statep state; in gz_decomp()
[all …]
Dgzlib.c19 local void gz_reset OF((gz_statep));
76 gz_statep state; in gz_reset()
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 …]
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()
71 gz_statep state; in gz_comp()
134 gz_statep state; in gz_zero()
171 gz_statep state;
177 state = (gz_statep)file;
251 gz_statep state;
257 state = (gz_statep)file;
[all …]
Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
Dgzguts.h193 typedef gz_state FAR *gz_statep; typedef
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));