OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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] < source > dest\n", stderr)
[
all
...]
/external/qemu/hw/
goldfish_pipe.c
506
ZeroPipe*
zpipe
;
local
509
ANEW0(
zpipe
);
510
zpipe
->hwpipe = hwpipe;
511
return
zpipe
;
517
ZeroPipe*
zpipe
= opaque;
local
519
D("%s: hwpipe=%p", __FUNCTION__,
zpipe
->hwpipe);
520
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 90 milliseconds