Searched refs:zpipe (Results 1 – 3 of 3) sorted by relevance
38 painfully comprehensive description of zpipe.c (see below)41 zpipe.c
513 ZeroPipe* zpipe; in zeroPipe_init() local516 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() local526 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe); in zeroPipe_close()527 AFREE(zpipe); in zeroPipe_close()
602 - Set examples/zpipe.c input and output to binary mode for Windows603 - Update examples/zlib_how.html with new zpipe.c (also web site)657 - Remove an incorrect assertion in examples/zpipe.c680 - Create a new "examples" directory, move gzappend.c there, add zpipe.c,