Searched refs:next_in (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Drealpath.c61 const char* next_in; local
64 next_in = next_slash + 1;
67 next_in = in + namelen; // Move to the '\0'
108 in = next_in;
/external/chromium_org/third_party/skia/src/core/
H A DSkFlate.cpp44 flateData.next_in = NULL;
60 flateData.next_in = inputBuffer;
63 flateData.next_in = input;
85 flateData.next_in = inputBuffer;
/external/skia/src/core/
H A DSkFlate.cpp44 flateData.next_in = NULL;
60 flateData.next_in = inputBuffer;
63 flateData.next_in = input;
85 flateData.next_in = inputBuffer;
/external/zlib/src/examples/
H A Dfitblk.c83 def->next_in = raw;
114 def->next_in = raw;
184 inf.next_in = Z_NULL;
194 inf.next_in = blk;
209 inf.next_in = tmp;
H A Dgzjoin.c261 strm->next_in = in->next;
304 strm.next_in = Z_NULL;
320 fwrite(start, 1, strm.next_in - start, out);
353 last = strm.next_in[-1] & pos;
355 in->buf[strm.next_in - in->buf - 1] &= ~pos;
361 fwrite(start, 1, strm.next_in - start, out);
366 last = strm.next_in[0] & 1;
368 in->buf[strm.next_in - in->buf] &= ~1;
375 in->next = in->buf + (strm.next_in - in->buf);
H A Dzpipe.c60 strm.next_in = in;
105 strm.next_in = Z_NULL;
119 strm.next_in = in;
H A Dgun.c197 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/freetype/src/gzip/
H A Dinfutil.h67 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
72 #define LOADIN {p=z->next_in;n=z->avail_in;b=s->bitb;k=s->bitk;}
/external/chromium_org/third_party/zlib/
H A Duncompr.c33 stream.next_in = (Bytef*)source;
H A Dgzread.c61 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);
H A Dcompress.c32 stream.next_in = (Bytef*)source;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dfx_zlib_compress.c32 stream.next_in = (z_const Bytef *)source;
/external/qemu/distrib/zlib-1.2.8/
H A Duncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dcompress.c32 stream.next_in = (z_const Bytef *)source;
/external/zlib/src/
H A Duncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dcompress.c32 stream.next_in = (z_const Bytef *)source;
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.h117 int InflateWithFlush(const char* next_in, size_t avail_in);
118 int Inflate(const char* next_in, size_t avail_in, int flush);
H A Dwebsocket_inflater.cc107 int WebSocketInflater::InflateWithFlush(const char* next_in, size_t avail_in) { argument
108 int result = Inflate(next_in, avail_in, Z_NO_FLUSH);
116 return Inflate(reinterpret_cast<const char*>(stream_->next_in),
121 int WebSocketInflater::Inflate(const char* next_in, argument
124 stream_->next_in = reinterpret_cast<Bytef*>(const_cast<char*>(next_in));
H A Dwebsocket_deflater.cc56 stream_->next_in = reinterpret_cast<Bytef*>(const_cast<char*>(data));
73 stream_->next_in = NULL;
/external/zlib/src/test/
H A Dinfcover.c295 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...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc56 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/
H A Dgzip_stream.cc56 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_);
/external/openssl/crypto/comp/
H A Dc_zlib.c151 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
[all...]
/external/chromium_org/net/filter/
H A Dgzip_filter.cc207 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]);

Completed in 2715 milliseconds

123456