Home
last modified time | relevance | path

Searched refs:gz_statep (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A 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));
15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
22 gz_statep state; in gz_load()
57 gz_statep state; in gz_avail()
92 gz_statep stat in gz_look()
[all...]
H A 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));
12 local z_size_t gz_write OF((gz_statep, voidpc, z_size_t));
18 gz_statep state; in gz_init()
74 gz_statep state; in gz_comp()
146 gz_statep state; in gz_zero()
179 gz_statep state; in gz_write()
251 gz_statep state;
256 state = (gz_statep)fil
[all...]
H A 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));
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)fil
[all...]
H A Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
H A Dgzguts.h202 typedef gz_state FAR *gz_statep; typedef
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/third_party/skia/third_party/externals/zlib/
H A 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));
15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
22 gz_statep state; in gz_load()
57 gz_statep state; in gz_avail()
92 gz_statep stat in gz_look()
[all...]
H A 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));
12 local z_size_t gz_write OF((gz_statep, voidpc, z_size_t));
18 gz_statep state; in gz_init()
74 gz_statep state; in gz_comp()
146 gz_statep state; in gz_zero()
179 gz_statep state; in gz_write()
251 gz_statep state;
256 state = (gz_statep)fil
[all...]
H A 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));
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)fil
[all...]
H A Dgzclose.c15 gz_statep state;
19 state = (gz_statep)file;
H A Dgzguts.h202 typedef gz_state FAR *gz_statep; typedef
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/third_party/libwebsockets/win32port/zlib/
H A 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 stat in gz_next4()
[all...]
H A 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 stat
[all...]
H A 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)fil
[all...]
H A Dgzguts.h116 typedef gz_state FAR *gz_statep; typedef
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
/third_party/node/deps/zlib/
H A Dgzread.c12 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, in gz_load()
43 local int gz_avail(gz_statep state) { in gz_avail()
76 local int gz_look(gz_statep state) { in gz_look()
156 local int gz_decomp(gz_statep state) { in gz_decomp()
208 local int gz_fetch(gz_statep state) { in gz_fetch()
236 local int gz_skip(gz_statep state, z_off64_t len) { in gz_skip()
268 local z_size_t gz_read(gz_statep state, voidp buf, z_size_t len) { in gz_read()
346 gz_statep state; in gzread()
351 state = (gz_statep)file; in gzread()
379 gz_statep stat in gzfread()
[all...]
H A Dgzlib.c72 local void gz_reset(gz_statep state) { in gz_reset()
89 gz_statep state; in gz_open()
104 state = (gz_statep)malloc(sizeof(gz_state)); in gz_open()
298 gz_statep state; in gzbuffer()
303 state = (gz_statep)file; in gzbuffer()
322 gz_statep state; in gzrewind()
327 state = (gz_statep)file; in gzrewind()
345 gz_statep state; in gzseek64()
350 state = (gz_statep)file; in gzseek64()
424 gz_statep stat in gztell64()
[all...]
H A Dgzwrite.c11 local int gz_init(gz_statep state) { in gz_init()
65 local int gz_comp(gz_statep state, int flush) { in gz_comp()
143 local int gz_zero(gz_statep state, z_off64_t len) { in gz_zero()
173 local z_size_t gz_write(gz_statep state, voidpc buf, z_size_t len) { in gz_write()
238 gz_statep state; in gzwrite()
243 state = (gz_statep)file; in gzwrite()
264 gz_statep state; in gzfwrite()
269 state = (gz_statep)file; in gzfwrite()
290 gz_statep state; in gzputc()
296 state = (gz_statep)fil in gzputc()
[all...]
H A Dgzclose.c13 gz_statep state; in gzclose()
17 state = (gz_statep)file; in gzclose()
H A Dgzguts.h202 typedef gz_state FAR *gz_statep; typedef
205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
/third_party/zlib/
H A Dgzread.c14 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, in gz_load()
52 local int gz_avail(gz_statep state) in gz_avail()
90 local int gz_look(gz_statep state) in gz_look()
175 local int gz_decomp(gz_statep state) in gz_decomp()
230 local int gz_fetch(gz_statep state) in gz_fetch()
267 local int gz_skip(gz_statep state, z_off64_t len) in gz_skip()
304 local z_size_t gz_read(gz_statep state, voidp buf, z_size_t len) in gz_read()
398 gz_statep state; in gzread()
405 state = (gz_statep)file; in gzread()
438 gz_statep stat in gzfread()
[all...]
H A Dgzlib.c71 local void gz_reset(gz_statep state) in gz_reset()
90 gz_statep state; in gz_open()
105 state = (gz_statep)malloc(sizeof(gz_state)); in gz_open()
303 gz_statep state; in gzbuffer()
308 state = (gz_statep)file; in gzbuffer()
327 gz_statep state; in gzrewind()
332 state = (gz_statep)file; in gzrewind()
351 gz_statep state; in gzseek64()
356 state = (gz_statep)file; in gzseek64()
432 gz_statep stat in gztell64()
[all...]
H A Dgzwrite.c13 local int gz_init(gz_statep state) in gz_init()
68 local int gz_comp(gz_statep state, int flush) in gz_comp()
147 local int gz_zero(gz_statep state, z_off64_t len) in gz_zero()
178 local z_size_t gz_write(gz_statep state, voidpc buf, z_size_t len) in gz_write()
244 gz_statep state; in gzwrite()
249 state = (gz_statep)file; in gzwrite()
271 gz_statep state; in gzfwrite()
276 state = (gz_statep)file; in gzfwrite()
297 gz_statep state; in gzputc()
303 state = (gz_statep)fil in gzputc()
[all...]
H A Dgzclose.c13 gz_statep state; in gzclose()
17 state = (gz_statep)file; in gzclose()
H A Dgzguts.h202 typedef gz_state FAR *gz_statep; typedef
205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);

Completed in 12 milliseconds