Home
last modified time | relevance | path

Searched refs:XferData (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command.c68 } XferData; typedef
168 XferData *xfer_data; in copy_archive_to_remote_location()
232 XferData *xfer_data; in copy_extracted_files_to_destination()
583 XferData *xfer_data; in fr_command_open()
675 XferData *xfer_data; in fr_command_list()
1240 XferData *xfer_data; in _fr_command_add_local_files()
1704 XferData *xfer_data; in fr_command_remove_files()
2331 XferData *xfer_data; in _fr_command_extract_to_local()
2433 XferData *xfer_data; in fr_command_test_integrity()
2514 XferData *xfer_data; in fr_command_rename()
[all …]
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-archive.c145 } XferData; typedef
149 xfer_data_free (XferData *data) in xfer_data_free()
728 XferData *xfer_data = user_data; in copy_to_remote_location_done()
744 XferData *xfer_data = user_data; in copy_to_remote_location_progress()
757 XferData *xfer_data; in copy_to_remote_location()
759 xfer_data = g_new0 (XferData, 1); in copy_to_remote_location()
1204 XferData *xfer_data = user_data; in copy_remote_file_done()
1223 XferData *xfer_data = user_data; in copy_remote_file_progress()
1235 XferData *xfer_data = user_data; in copy_remote_file_done_cb()
1247 XferData *xfer_data; in copy_remote_file()
[all …]
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-archive.c145 } XferData; typedef
149 xfer_data_free (XferData *data) in xfer_data_free()
734 XferData *xfer_data = user_data; in copy_to_remote_location_done()
750 XferData *xfer_data = user_data; in copy_to_remote_location_progress()
763 XferData *xfer_data; in copy_to_remote_location()
765 xfer_data = g_new0 (XferData, 1); in copy_to_remote_location()
1213 XferData *xfer_data = user_data; in copy_remote_file_done()
1232 XferData *xfer_data = user_data; in copy_remote_file_progress()
1244 XferData *xfer_data = user_data; in copy_remote_file_done_cb()
1256 XferData *xfer_data; in copy_remote_file()
[all …]
/dports/astro/phd2/phd2-2.6.10/cameras/
H A DCyAPI.h141 bool XferData(PUCHAR buf, LONG &len, CCyIsoPktInfo* pktInfos = NULL);
142 bool XferData(PUCHAR buf, LONG &bufLen, CCyIsoPktInfo* pktInfos, bool pktMode);
/dports/comms/limesuite/LimeSuite-20.10.0/src/ConnectionFX3/
H A DConnectionFX3.cpp342 OutCtrlBulkEndPt->XferData(wbuffer, len); in Write()
381 InCtrlBulkEndPt->XferData(buffer, len); in Read()