Searched refs:gz_load (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/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) 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)
|
/third_party/libwebsockets/win32port/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)
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)
|
/third_party/skia/third_party/externals/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) 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)
|
/third_party/node/deps/zlib/ |
H A D | gzread.c | 12 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, in gz_load() function 58 if (gz_load(state, state->in + strm->avail_in, in gz_avail() 220 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) in gz_fetch() 319 if (gz_load(state, (unsigned char *)buf, n, &n) == -1) in gz_read()
|
/third_party/zlib/ |
H A D | gzread.c | 14 local int gz_load(gz_statep state, unsigned char *buf, unsigned len, in gz_load() function 70 if (gz_load(state, state->in + strm->avail_in, in gz_avail() 247 if (gz_load(state, state->out, state->size << 1, &(state->x.have)) in gz_fetch() 366 if (gz_load(state, (unsigned char *)buf, n, &n) == -1) in gz_read()
|
Completed in 5 milliseconds