HomeSort by relevance Sort by last modified time
    Searched full:zpipe (Results 1 - 6 of 6) sorted by null

  /external/zlib/src/examples/
README.examples 38 painfully comprehensive description of zpipe.c (see below)
41 zpipe.c
zpipe.c 0 /* zpipe.c: example of proper use of zlib's inflate() and deflate()
153 fputs("zpipe: ", stderr);
202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
zlib_how.html 20 Without further adieu, here is the program <a href="zpipe.c"><tt>zpipe.c</tt></a>:
22 /* zpipe.c: example of proper use of zlib's inflate() and deflate()
481 fputs("zpipe: ", stderr);
504 <tt>zpipe</tt> command is simply a compression pipe from <tt>stdin</tt> to <tt>stdout</tt>, if
505 no arguments are given, or it is a decompression pipe if <tt>zpipe -d</tt> is used. If any other
507 message is displayed. Examples are <tt>zpipe < foo.txt > foo.txt.z</tt> to compress, and
508 <tt>zpipe -d < foo.txt.z > foo.txt</tt> to decompress.
537 fputs("zpipe usage: zpipe [-d] &lt; source &gt; dest\n", stderr)
    [all...]
  /external/qemu/hw/android/goldfish/
pipe.c 513 ZeroPipe* zpipe; local
516 ANEW0(zpipe);
517 zpipe->hwpipe = hwpipe;
518 return zpipe;
524 ZeroPipe* zpipe = opaque; local
526 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe);
527 AFREE(zpipe);
    [all...]
  /system/extras/tests/bionic/libc/other/
test_zlib.c 32 /* most code lifted from the public-domain http://www.zlib.net/zpipe.c */
  /external/zlib/src/
ChangeLog 602 - Set examples/zpipe.c input and output to binary mode for Windows
603 - Update examples/zlib_how.html with new zpipe.c (also web site)
    [all...]

Completed in 438 milliseconds