Home | History | Annotate | Download | only in gio

Lines Matching full:fdata

554   FlushData     *fdata;
559 fdata = g_simple_async_result_get_op_res_gpointer (result);
566 if (res && fdata->flush_stream)
569 if (fdata->close_stream)
593 FlushData fdata;
646 wdata->fdata.flush_stream = FALSE;
647 wdata->fdata.close_stream = FALSE;
695 FlushData *fdata;
697 fdata = g_slice_new (FlushData);
698 fdata->flush_stream = TRUE;
699 fdata->close_stream = FALSE;
706 g_simple_async_result_set_op_res_gpointer (res, fdata, free_flush_data);
738 FlushData *fdata;
740 fdata = g_slice_new (FlushData);
741 fdata->close_stream = TRUE;
748 g_simple_async_result_set_op_res_gpointer (res, fdata, free_flush_data);