Home
last modified time | relevance | path

Searched refs:GetTransferDescriptors (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dstatsgw.cpp127 tdlist_t tds = swift::GetTransferDescriptors(); in StatsOverviewCallback()
190 tdlist_t tds = swift::GetTransferDescriptors(); in StatsGetSpeedCallback()
H A Dapi.cpp394 tdlist_t swift::GetTransferDescriptors() in GetTransferDescriptors() function in swift
398 tdlist_t filetdl = SwarmManager::GetManager().GetTransferDescriptors(); in GetTransferDescriptors()
399 tdlist_t livetdl = LiveTransfer::GetTransferDescriptors(); in GetTransferDescriptors()
H A Dswarmmanager.h181 tdlist_t GetTransferDescriptors();
H A Dzerostate.cpp58 tdlist_t tds = swift::GetTransferDescriptors(); in LibeventCleanCallback()
H A Dswift.cpp610 tdlist_t tds = GetTransferDescriptors(); in utf8main()
713 tdlist_t tds = swift::GetTransferDescriptors(); in CleanSwiftDirectory()
965 tdlist_t tds = swift::GetTransferDescriptors(); in ReportCallback()
H A Dcontent.cpp137 tdlist_t tds = GetTransferDescriptors(); in LibeventGlobalCleanCallback()
H A Dswift.h815 static tdlist_t GetTransferDescriptors();
1586 tdlist_t GetTransferDescriptors();
H A Dlive.cpp259 tdlist_t LiveTransfer::GetTransferDescriptors()
H A Dswarmmanager.cpp869 tdlist_t SwarmManager::GetTransferDescriptors() in GetTransferDescriptors() function in swift::SwarmManager