Home | History | Annotate | Download | only in examples

Lines Matching defs:out

68     off_t out;          /* corresponding offset in uncompressed data */
90 /* Add an entry to the access point list. If out of memory, deallocate the
93 off_t in, off_t out, unsigned left, unsigned char *window)
125 next->out = out;
141 returns the number of access points on success (>= 1), Z_MEM_ERROR for out
191 /* inflate until out of input, output, or at end of block --
265 while (--ret && here[1].out <= offset)
291 offset -= here->out;
379 fprintf(stderr, "zran: out of memory\n");
395 offset = (index->list[index->have - 1].out << 1) / 3;
399 len == Z_MEM_ERROR ? "out of memory" : "input corrupted");