Searched defs:output_flush_fn (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngwio.c124 if (png_ptr->output_flush_fn != NULL)
125 (*(png_ptr->output_flush_fn))(png_ptr);
162 time, output_flush_fn will be ignored, although it must be
166 png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn)
181 if (output_flush_fn != NULL)
182 png_ptr->output_flush_fn = output_flush_fn;
184 png_ptr->output_flush_fn = png_default_flush;
186 png_ptr->output_flush_fn = output_flush_fn;
165 png_set_write_fn(png_structp png_ptr, png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn) argument
[all...]
H A Dpng.h1171 png_flush_ptr output_flush_fn;/* Function for flushing output */ member in struct:png_struct_def
1844 * If buffered output is not used, then output_flush_fn can be set to NULL.
1846 * output_flush_fn will be ignored (and thus can be NULL).
1849 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));

Completed in 65 milliseconds