Home | History | Annotate | Download | only in examples

Lines Matching defs:out

114 /* structure for infback() to pass to output function out() -- it maintains the
128 On success out() returns 0. For a write failure, out() returns 1. If the
131 local int out(void *out_desc, unsigned char *buf, unsigned len)
168 /* throw out what's left in the current bits byte buffer (this is a vestigial
235 strm->msg = (char *)"lzw bits out of range";
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
377 The return value is a zlib error code: Z_MEM_ERROR if out of memory,
475 ret = inflateBack(strm, in, indp, out, &outd);
545 gunzip() returns 1 if there is an out-of-memory error or an unexpected
604 fprintf(stderr, "gun out of memory error--aborting\n");
645 fprintf(stderr, "gun out of memory error--aborting\n");
685 fprintf(stderr, "gun out of memory error--aborting\n");