Searched defs:next_in (Results 1 - 18 of 18) sorted by relevance

/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/bzip2/
H A Dbzlib.h50 char *next_in; member in struct:__anon1744
/external/chromium_org/net/websockets/
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));
/external/freetype/src/gzip/
H A Dzlib.h69 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
70 uInt avail_in; /* number of bytes available at next_in */
92 The application must update next_in and avail_in when avail_in has
207 - Compress more input starting at next_in and update next_in and avail_in
209 enough room in the output buffer), next_in and avail_in are updated and
270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
293 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
304 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs32 public IntPtr next_in; field in struct:DotZLib.ZStream
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h83 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
84 uInt avail_in; /* number of bytes available at next_in */
129 The application must update next_in and avail_in when avail_in has
252 - Compress more input starting at next_in and update next_in and avail_in
254 enough room in the output buffer), next_in and avail_in are updated and
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
358 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/external/chromium_org/third_party/zlib/
H A Dzlib.h86 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
133 The application must update next_in and avail_in when avail_in has dropped
261 - Compress more input starting at next_in and update next_in and avail_in
263 enough room in the output buffer), next_in and avail_in are updated and
350 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
375 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
376 the caller. If next_in is not Z_NULL and avail_in is large enough (the
389 will be done by inflate(). (So next_in an
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
385 will be done by inflate(). (So next_in an
[all...]
/external/zlib/src/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
385 will be done by inflate(). (So next_in an
[all...]
/external/zlib/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
385 will be done by inflate(). (So next_in an
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h146 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
147 uInt avail_in; /* number of bytes available at next_in */
192 The application must update next_in and avail_in when avail_in has dropped
316 - Compress more input starting at next_in and update next_in and avail_in
318 enough room in the output buffer), next_in and avail_in are updated and
406 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
431 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
432 the caller. If next_in is not Z_NULL and avail_in is large enough (the
445 will be done by inflate(). (So next_in an
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h150 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
151 uInt avail_in; /* number of bytes available at next_in */
196 The application must update next_in and avail_in when avail_in has dropped
320 - Compress more input starting at next_in and update next_in and avail_in
322 enough room in the output buffer), next_in and avail_in are updated and
410 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
435 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
436 the caller. If next_in is not Z_NULL and avail_in is large enough (the
449 will be done by inflate(). (So next_in an
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c165 char *next_in; member in struct:__anon32326
1393 (*((UChar*)(s->strm->next_in)))); \
1395 s->strm->next_in++; \
4653 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4654 s->strm->next_in++;
4671 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4672 s->strm->next_in++;
5320 bzf->strm.next_in = buf;
5470 bzf->strm.next_in = bzf->buf;
5531 bzf->strm.next_in
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c188 char *next_in; member in struct:__anon32816
1417 (*((UChar*)(s->strm->next_in)))); \
1419 s->strm->next_in++; \
4677 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4678 s->strm->next_in++;
4695 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4696 s->strm->next_in++;
5344 bzf->strm.next_in = buf;
5494 bzf->strm.next_in = bzf->buf;
5555 bzf->strm.next_in
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c181 char *next_in; member in struct:__anon33058
1408 (*((UChar*)(s->strm->next_in)))); \
1410 s->strm->next_in++; \
4668 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4669 s->strm->next_in++;
4686 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4687 s->strm->next_in++;
5335 bzf->strm.next_in = buf;
5485 bzf->strm.next_in = bzf->buf;
5546 bzf->strm.next_in
[all...]
H A Dvarinfo6.c219 char *next_in; member in struct:__anon33074
1446 (*((UChar*)(s->strm->next_in)))); \
1448 s->strm->next_in++; \
4706 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4707 s->strm->next_in++;
4724 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4725 s->strm->next_in++;
5373 bzf->strm.next_in = buf;
5523 bzf->strm.next_in = bzf->buf;
5584 bzf->strm.next_in
[all...]
/external/valgrind/main/perf/
H A Dbz2.c181 char *next_in; member in struct:__anon33255
1408 (*((UChar*)(s->strm->next_in)))); \
1410 s->strm->next_in++; \
4668 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4669 s->strm->next_in++;
4686 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
4687 s->strm->next_in++;
5335 bzf->strm.next_in = buf;
5485 bzf->strm.next_in = bzf->buf;
5546 bzf->strm.next_in
[all...]
H A Dtest_input_for_tinycc.c921 char *next_in; member in struct:__anon33268
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_in_hi32++; }
1544 case 14: s->state = 14; 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))));
[all...]

Completed in 1797 milliseconds