Lines Matching defs:out
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
51 unsigned char out[CHUNK];
75 strm.next_out = out;
78 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
99 static unsigned char out[CHUNK];
125 strm.next_out = out;
221 FILE* out = NULL;
235 out = fopen( tempfile, "wb" );
236 if (out == NULL) {
244 ret = def( f, out, compression_level );
249 fclose( out );