Home
last modified time | relevance | path

Searched refs:gz_load (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/win32port/zlib/
Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
21 local int gz_load(state, buf, len, have) in gz_load() function
58 if (gz_load(state, state->in, state->size,
316 if (gz_load(state, state->out, state->size << 1, &(state->have)) == -1)
427 if (gz_load(state, buf, len, &n) == -1)
/external/zlib/
Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
21 local int gz_load(state, buf, len, have) in gz_load() function
73 if (gz_load(state, state->in + strm->avail_in,
243 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
349 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
/external/rust/crates/libz-sys/src/zlib/
Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
21 local int gz_load(state, buf, len, have) in gz_load() function
73 if (gz_load(state, state->in + strm->avail_in,
243 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
349 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
DChangeLog383 - Match type exactly in gz_load() invocation in gzread.c
/external/rust/crates/libz-sys/src/zlib-ng/
Dgzread.c10 static int gz_load(gz_state *, unsigned char *, unsigned, unsigned *);
22 static int gz_load(gz_state *state, unsigned char *buf, unsigned len, unsigned *have) { in gz_load() function
63 if (gz_load(state, state->in + strm->avail_in, state->size - strm->avail_in, &got) == -1) in gz_avail()
224 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) in gz_fetch()
320 if (gz_load(state, (unsigned char *)buf, n, &n) == -1) in gz_read()
/external/python/cpython2/Modules/zlib/
Dgzread.c9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
21 local int gz_load(state, buf, len, have) in gz_load() function
73 if (gz_load(state, state->in + strm->avail_in,
243 if (gz_load(state, state->out, state->size << 1, &(state->x.have))
349 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)
DChangeLog383 - Match type exactly in gz_load() invocation in gzread.c
/external/zstd/zlibWrapper/
Dgzread.c20 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
32 local int gz_load(state, buf, len, have) in gz_load() function
84 if (gz_load(state, state.state->in + strm->avail_in,
255 if (gz_load(state, state.state->out, state.state->size << 1, &(state.state->x.have))
361 if (gz_load(state, (unsigned char *)buf, n, &n) == -1)