Lines Matching defs:copy

127 	static Copy copy;  in _copy()  local
281 static void _copy_refresh(Copy * copy) in _copy_refresh()
318 Copy * copy = data; in _copy_idle_first() local
362 static int _copy_single(Copy * copy, char const * src, char const * dst) in _copy_single()
421 static int _single_dir(Copy * copy, char const * src, char const * dst) in _single_dir()
429 static int _single_recurse(Copy * copy, char const * src, char const * dst) in _single_recurse()
479 static int _single_fifo(Copy * copy, char const * dst) in _single_fifo()
486 static int _single_symlink(Copy * copy, char const * src, char const * dst) in _single_symlink()
502 static int _single_regular(Copy * copy, char const * src, char const * dst) in _single_regular()
547 Copy * copy = data; in _regular_idle_in() local
558 Copy * copy = data; in _regular_channel() local
569 static gboolean _channel_in(Copy * copy, GIOChannel * source) in _channel_in()
595 static gboolean _channel_in_error(Copy * copy, GIOChannel * source, in _channel_in_error()
605 static gboolean _channel_out(Copy * copy, GIOChannel * source) in _channel_out()
633 static gboolean _channel_out_error(Copy * copy, GIOChannel * source, in _channel_out_error()
642 static void _out_rate(Copy * copy) in _out_rate()
664 Copy * copy = data; in _regular_idle_out() local
672 static int _single_p(Copy * copy, char const * dst, struct stat const * st) in _single_p()
693 static void _single_remaining(Copy * copy, guint64 rate) in _single_remaining()
722 Copy * copy = data; in _single_timeout() local
797 Copy * copy = data; in _copy_idle_multiple() local
811 static int _copy_multiple(Copy * copy, char const * src, char const * dst) in _copy_multiple()
839 static int _copy_error(Copy * copy, char const * message, int ret) in _copy_error()
868 static int _copy_filename_confirm(Copy * copy, char const * filename) in _copy_filename_confirm()
893 static int _copy_filename_error(Copy * copy, char const * filename, int ret) in _copy_filename_error()
908 static void _copy_info(Copy * copy, char const * message, char const * info) in _copy_info()
926 static void _copy_filename_info(Copy * copy, char const * filename, in _copy_filename_info()