Home
last modified time | relevance | path

Searched refs:zpipe (Results 1 – 3 of 3) sorted by relevance

/external/zlib/src/examples/
DREADME.examples38 painfully comprehensive description of zpipe.c (see below)
41 zpipe.c
/external/qemu/hw/android/goldfish/
Dpipe.c513 ZeroPipe* zpipe; in zeroPipe_init() local
516 ANEW0(zpipe); in zeroPipe_init()
517 zpipe->hwpipe = hwpipe; in zeroPipe_init()
518 return zpipe; in zeroPipe_init()
524 ZeroPipe* zpipe = opaque; in zeroPipe_close() local
526 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe); in zeroPipe_close()
527 AFREE(zpipe); in zeroPipe_close()
/external/zlib/src/
DChangeLog602 - 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)
657 - Remove an incorrect assertion in examples/zpipe.c
680 - Create a new "examples" directory, move gzappend.c there, add zpipe.c,