HomeSort by: relevance | last modified time | path
    Searched refs:gz_statep (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/
gzclose.c 13 gz_statep state;
17 state = (gz_statep)file;
gzlib.c 69 local void gz_reset(gz_statep state) {
86 gz_statep state;
101 state = (gz_statep)malloc(sizeof(gz_state));
295 gz_statep state;
300 state = (gz_statep)file;
319 gz_statep state;
324 state = (gz_statep)file;
342 gz_statep state;
347 state = (gz_statep)file;
421 gz_statep state
    [all...]
gzwrite.c 11 local int gz_init(gz_statep state) {
65 local int gz_comp(gz_statep state, int flush) {
145 local int gz_zero(gz_statep state, z_off64_t len) {
175 local z_size_t gz_write(gz_statep state, voidpc buf, z_size_t len) {
240 gz_statep state;
245 state = (gz_statep)file;
266 gz_statep state;
271 state = (gz_statep)file;
292 gz_statep state;
298 state = (gz_statep)file
    [all...]
gzread.c 12 local int gz_load(gz_statep state, unsigned char *buf, unsigned len,
43 local int gz_avail(gz_statep state) {
76 local int gz_look(gz_statep state) {
156 local int gz_decomp(gz_statep state) {
208 local int gz_fetch(gz_statep state) {
236 local int gz_skip(gz_statep state, z_off64_t len) {
268 local z_size_t gz_read(gz_statep state, voidp buf, z_size_t len) {
346 gz_statep state;
351 state = (gz_statep)file;
379 gz_statep state
    [all...]
gzguts.h 203 typedef gz_state FAR *gz_statep; typedef in typeref:typename:gz_state FAR *
206 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);

Completed in 151 milliseconds