Searched refs:output_flush_fn (Results 1 – 5 of 5) sorted by relevance
73 if (png_ptr->output_flush_fn != NULL) in png_flush()74 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()123 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument143 if (output_flush_fn != NULL) in png_set_write_fn()144 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()147 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()150 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()153 PNG_UNUSED(output_flush_fn) in png_set_write_fn()
117 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
284 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
1588 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
4251 png_flush_ptr output_flush_fn);4272 to use NULL for one of write_data_fn and output_flush_fn but not both