Home | History | Annotate | Download | only in libpng

Lines Matching refs:output_flush_fn

73    if (png_ptr->output_flush_fn != NULL)
74 (*(png_ptr->output_flush_fn))(png_ptr);
114 * time, output_flush_fn will be ignored, although it must be
123 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
143 if (output_flush_fn != NULL)
144 png_ptr->output_flush_fn = output_flush_fn;
147 png_ptr->output_flush_fn = png_default_flush;
150 png_ptr->output_flush_fn = output_flush_fn;
153 PNG_UNUSED(output_flush_fn)