HomeSort by relevance Sort by last modified time
    Searched refs:avail_in (Results 201 - 225 of 225) sorted by null

1 2 3 4 5 6 7 89

  /external/chromium/net/tools/spdyshark/
packet-spdy.c 772 decomp->avail_in = length;
795 if (decomp->avail_in != 0)
797 printf(" but there were %d input bytes left over\n", decomp->avail_in);
    [all...]
  /external/chromium_org/net/tools/spdyshark/
packet-spdy.c 772 decomp->avail_in = length;
795 if (decomp->avail_in != 0)
797 printf(" but there were %d input bytes left over\n", decomp->avail_in);
    [all...]
  /external/chromium/chrome/common/
metrics_helpers.cc 456 stream.avail_in = static_cast<int>(input.size());
  /external/chromium_org/third_party/zlib/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
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
274 output, and updating avail_in or avail_out accordingly; avail_out should
288 particular avail_in is zero after the call if enough output space has been
351 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
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 (th
    [all...]
  /external/qemu/
loader.c 441 s.avail_in = srclen - i;
vnc-android.c 603 zstream->avail_in = vs->zlib.offset;
    [all...]
vnc.c 597 zstream->avail_in = vs->zlib.offset;
    [all...]
  /external/zlib/src/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
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
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
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 (th
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has
255 - Compress more input starting at next_in and update next_in and avail_in
257 enough room in the output buffer), next_in and avail_in are updated and
268 more output, and updating avail_in or avail_out accordingly; avail_out
282 avail_in is zero after the call if enough output space has been provided
325 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has
255 - Compress more input starting at next_in and update next_in and avail_in
257 enough room in the output buffer), next_in and avail_in are updated and
268 more output, and updating avail_in or avail_out accordingly; avail_out
282 avail_in is zero after the call if enough output space has been provided
325 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has
255 - Compress more input starting at next_in and update next_in and avail_in
257 enough room in the output buffer), next_in and avail_in are updated and
268 more output, and updating avail_in or avail_out accordingly; avail_out
282 avail_in is zero after the call if enough output space has been provided
325 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
349 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /external/bzip2/
decompress.c 54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
61 s->strm->avail_in--; \
  /external/qemu/block/
qcow.c 404 strm->avail_in = buf_size;
881 strm.avail_in = s->cluster_size;
qcow2-cluster.c 882 strm->avail_in = buf_size;
qcow2.c     [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 30 avail_in: Integer; (* number of bytes available at next_in *)
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 213 stream.avail_in = (uInt)sourceLen;
  /external/chromium_org/third_party/libpng/
pngwutil.c 222 png_ptr->zstream.avail_in = (uInt)text_len;
281 } while (png_ptr->zstream.avail_in);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c     [all...]
  /external/libpng/
pngwutil.c 222 png_ptr->zstream.avail_in = (uInt)text_len;
281 } while (png_ptr->zstream.avail_in);
    [all...]
  /external/libxml2/
xmlIO.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 208 png_ptr->zstream.avail_in = (uInt)text_len;
266 } while (png_ptr->zstream.avail_in);
    [all...]
  /external/chromium/net/base/
sdch_filter_unittest.cc 779 zlib_stream.avail_in = input.size();
782 size_t gzip_compressed_length = zlib_stream.avail_in + 100;
    [all...]
  /external/chromium_org/net/base/
sdch_filter_unittest.cc 773 zlib_stream.avail_in = input.size();
776 size_t gzip_compressed_length = zlib_stream.avail_in + 100;
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 2523 milliseconds

1 2 3 4 5 6 7 89