Searched refs:gz_load (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/zlib/ |
H A D | gzread.c | 9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); 21 local int gz_load(state, buf, len, have) 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | gzread.c | 9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); 20 local int gz_load( function 68 if (gz_load(state, state->in + strm->avail_in, 240 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) 356 if (gz_load(state, (unsigned char *)buf, len, &n) == -1)
|
/external/qemu/distrib/zlib-1.2.8/ |
H A D | gzread.c | 9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); 20 local int gz_load(state, buf, len, have) function 68 if (gz_load(state, state->in + strm->avail_in, 240 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) 356 if (gz_load(state, (unsigned char *)buf, len, &n) == -1)
|
/external/zlib/src/ |
H A D | gzread.c | 9 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); 20 local int gz_load(state, buf, len, have) function 68 if (gz_load(state, state->in + strm->avail_in, 240 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) 356 if (gz_load(state, (unsigned char *)buf, len, &n) == -1)
|
Completed in 28 milliseconds