Lines Matching full:writing
1 /* gzwrite.c -- zlib functions for writing gzip files
9 /* Initialize state for writing a gzip file. Mark initialization by setting
61 Return -1 if there is an error writing to the output file or if gz_init()
246 /* check that we're writing and that there's no error */ in gzwrite()
272 /* check that we're writing and that there's no error */ in gzfwrite()
300 /* check that we're writing and that there's no error */ in gzputc()
311 /* try writing to input buffer for speed (state->size == 0 if buffer not in gzputc()
342 /* check that we're writing and that there's no error */ in gzputs()
373 /* check that we're writing and that there's no error */ in gzvprintf()
463 /* check that we're writing and that there's no error */ in gzprintf()
537 /* check that we're writing and that there's no error */ in gzflush()
568 /* check that we're writing and that there's no error */ in gzsetparams()
605 /* check that we're writing */ in gzclose_w()