Home | History | Annotate | Download | only in libpng

Lines Matching refs:output_flush_fn

1350    png_flush_ptr output_flush_fn PNG_DEPSTRUCT; /* Function for flushing output */
2051 * If buffered output is not used, then output_flush_fn can be set to NULL.
2053 * output_flush_fn will be ignored (and thus can be NULL).
2054 * It is probably a mistake to use NULL for output_flush_fn if
2061 png_voidp io_ptr, png_rw_ptr write_data_fn, png_flush_ptr output_flush_fn));