Searched refs:output_flush_fn (Results 1 – 8 of 8) sorted by relevance
126 if (png_ptr->output_flush_fn != NULL) in png_flush()127 (*(png_ptr->output_flush_fn))(png_ptr); in png_flush()171 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) in png_set_write_fn() argument187 if (output_flush_fn != NULL) in png_set_write_fn()188 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()190 png_ptr->output_flush_fn = png_default_flush; in png_set_write_fn()192 png_ptr->output_flush_fn = output_flush_fn; in png_set_write_fn()
164 png_ptr->output_flush_fn = NULL; in png_set_read_fn()
1217 png_flush_ptr output_flush_fn;/* Function for flushing output */ member1916 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));
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()
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));
2549 png_flush_ptr output_flush_fn);2568 to use NULL for one of write_data_fn and output_flush_fn but not both