Searched refs:output_flush_fn (Results 1 – 11 of 11) 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()
131 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
327 png_flush_ptr output_flush_fn; /* Function for flushing output */ member
1737 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
4128 png_flush_ptr output_flush_fn);4149 to use NULL for one of write_data_fn and output_flush_fn but not both
137 if (png_ptr->output_flush_fn != NULL) in png_flush()138 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()189 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument208 if (output_flush_fn != NULL) in png_set_write_fn()209 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()212 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()214 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
177 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
1350 png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */2061 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
192 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
1403 png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */2125 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));