Lines Matching full:writing
1 /* gzwrite.c -- zlib functions for writing gzip files
8 /* Initialize state for writing a gzip file. Mark initialization by setting
60 Return -1 if there is an error writing to the output file or if gz_init()
245 /* check that we're writing and that there's no error */ in gzwrite()
271 /* check that we're writing and that there's no error */ in gzfwrite()
299 /* check that we're writing and that there's no error */ in gzputc()
310 /* try writing to input buffer for speed (state->size == 0 if buffer not in gzputc()
341 /* check that we're writing and that there's no error */ in gzputs()
372 /* check that we're writing and that there's no error */ in gzvprintf()
462 /* check that we're writing and that there's no error */ in gzprintf()
536 /* check that we're writing and that there's no error */ in gzflush()
567 /* check that we're writing and that there's no error */ in gzsetparams()
604 /* check that we're writing */ in gzclose_w()