HomeSort by relevance Sort by last modified time
    Searched refs:next_in (Results 51 - 75 of 226) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
zlib.h 20 Byte *next_in; member in struct:z_stream_s
  /external/openssh/
compress.c 100 outgoing_stream.next_in = buffer_ptr(input_buffer);
140 incoming_stream.next_in = buffer_ptr(input_buffer);
  /external/zlib/src/test/
infcover.c 295 strm.next_in = Z_NULL;
316 strm.next_in = in;
357 strm.next_in = Z_NULL;
375 strm.next_in = Z_NULL;
381 strm.next_in = Z_NULL;
415 strm.next_in = Z_NULL;
418 strm.next_in = (void *)"\x63";
431 strm.next_in = (void *)"\x80";
435 strm.next_in = (void *)"\0\0\xff\xff";
455 return 0; /* no input (already provided at next_in) */
    [all...]
example.c 215 c_stream.next_in = (z_const unsigned char *)hello;
251 d_stream.next_in = compr;
299 c_stream.next_in = uncompr;
310 c_stream.next_in = compr;
317 c_stream.next_in = uncompr;
347 d_stream.next_in = compr;
390 c_stream.next_in = (z_const unsigned char *)hello;
426 d_stream.next_in = compr;
479 c_stream.next_in = (z_const unsigned char *)hello;
507 d_stream.next_in = compr
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.cc 56 zcontext_.next_in = NULL;
93 bool first = zcontext_.next_in == NULL;
100 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
218 zcontext_.next_in = NULL;
283 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 56 zcontext_.next_in = NULL;
82 bool first = zcontext_.next_in == NULL;
89 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
212 zcontext_.next_in = NULL;
278 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);
  /bootable/recovery/applypatch/
bspatch.c 157 cstream.next_in = patch->data + patch_offset + 32;
167 dstream.next_in = patch->data + patch_offset + 32 + ctrl_len;
177 estream.next_in = patch->data + patch_offset + 32 + ctrl_len + data_len;
  /external/zlib/src/examples/
zpipe.c 60 strm.next_in = in;
105 strm.next_in = Z_NULL;
119 strm.next_in = in;
gun.c 197 file, read error, or write error (a write error indicated by strm->next_in
282 strm->next_in = outbuf; /* signal write error */
354 strm->next_in = outbuf; /* signal write error */
399 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
473 strm->next_in = next;
477 next = strm->next_in;
479 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */
608 if (strm->next_in != Z_NULL) {
  /external/chromium_org/third_party/zlib/
gzread.c 61 strm->next_in = state->in;
69 (strm->avail_in--, *(strm->next_in)++)))
131 state->strm.next_in = Z_NULL;
150 if (strm->next_in[0] == 31) {
152 strm->next_in++;
155 if (strm->avail_in && strm->next_in[0] == 139) {
158 strm->next_in++;
216 memcpy(state->next + state->have, strm->next_in, strm->avail_in);
compress.c 32 stream.next_in = (Bytef*)source;
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 151 state->istream.next_in = Z_NULL;
163 state->ostream.next_in = Z_NULL;
202 state->ostream.next_in = in;
230 state->istream.next_in = in;
311 stream.next_in = (Bytef*)source;
494 ctx->zin.next_in = NULL;
500 ctx->zout.next_in = NULL;
554 zin->next_in = ctx->ibuf;
593 zin->next_in = ctx->ibuf;
623 zout->next_in = (void *)in
    [all...]
  /external/openssl/crypto/comp/
c_zlib.c 151 state->istream.next_in = Z_NULL;
163 state->ostream.next_in = Z_NULL;
202 state->ostream.next_in = in;
230 state->istream.next_in = in;
311 stream.next_in = (Bytef*)source;
494 ctx->zin.next_in = NULL;
500 ctx->zout.next_in = NULL;
554 zin->next_in = ctx->ibuf;
593 zin->next_in = ctx->ibuf;
623 zout->next_in = (void *)in
    [all...]
  /external/chromium/net/base/
gzip_filter.cc 212 zlib_stream_.get()->next_in = bit_cast<Bytef*>(next_stream_data_);
227 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
254 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
278 zlib_stream_.get()->next_in = bit_cast<Bytef*>(&dummy_head[0]);
  /external/chromium_org/net/base/
gzip_filter.cc 207 zlib_stream_.get()->next_in = bit_cast<Bytef*>(next_stream_data_);
222 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
249 next_stream_data_ = bit_cast<char*>(zlib_stream_.get()->next_in);
273 zlib_stream_.get()->next_in = bit_cast<Bytef*>(&dummy_head[0]);
  /external/qemu/distrib/zlib-1.2.3/
compress.c 32 stream.next_in = (Bytef*)source;
gzio.c 114 s->stream.next_in = s->inbuf = Z_NULL;
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
257 Read a byte from a gz_stream; update next_in and avail_in. Return EOF
273 s->stream.next_in = s->inbuf;
276 return *(s->stream.next_in)++;
301 if (len) s->inbuf[0] = s->stream.next_in[0];
306 s->stream.next_in = s->inbuf;
314 if (s->stream.next_in[0] != gz_magic[0] ||
315 s->stream.next_in[1] != gz_magic[1]) {
320 s->stream.next_in += 2
    [all...]
  /external/zlib/src/
compress.c 32 stream.next_in = (z_const Bytef *)source;
gzwrite.c 64 /* Compress whatever is at avail_in and next_in and write to the output file.
84 got = write(state->fd, strm->next_in, strm->avail_in);
155 strm->next_in = state->in;
213 strm->next_in = state->in;
214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in);
234 strm->next_in = (z_const Bytef *)buf;
275 strm->next_in = state->in;
276 have = (unsigned)((strm->next_in + strm->avail_in) - state->in);
367 strm->next_in = state->in;
457 strm->next_in = state->in
    [all...]
gzread.c 62 unsigned const char *q = strm->next_in;
72 strm->next_in = state->in;
111 state->strm.next_in = Z_NULL;
137 strm->next_in[0] == 31 && strm->next_in[1] == 139) {
158 memcpy(state->x.next, strm->next_in, strm->avail_in);
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 68 zstream.next_in = NULL;
112 zstream.next_in = readBuf;
181 zstream.next_in = NULL;
224 zstream.next_in = readBuf;
  /external/valgrind/main/perf/
test_input_for_tinycc.c 921 char *next_in; member in struct:__anon30279
1519 case 10: s->state = 10; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; };
1522 case 11: s->state = 11; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; };
1525 case 12: s->state = 12; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; }
1528 case 13: s->state = 13; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; s->blockSize100k = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_ (…)
    [all...]

Completed in 775 milliseconds

1 23 4 5 6 7 8 910