HomeSort by: relevance | last modified time | path
    Searched defs:outd (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]

Completed in 30 milliseconds