Home
last modified time | relevance | path

Searched refs:download_client (Results 1 – 23 of 23) sorted by relevance

/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/linux/
H A Dsearch.hh115 …void download_client(std::string target, std::string cid, std::string filename, int64_t size, std:…
H A Dsearch.cc821 F6 *func = new F6(this, &Search::download_client, target, cid, filename, size, tth, hubUrl); in download_gui()
1599 void Search::download_client(string target, string cid, string filename, int64_t size, string tth, … in download_client() function in Search
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsearch.hh117 …void download_client(std::string target, std::string cid, std::string filename, int64_t size, std:…
H A Dhub.hh171 void download_client(std::string target, int64_t size, std::string tth, std::string cid);
H A Dsearch.cc931 … F6 *func = new F6(this, &Search::download_client, target, cid, filename, size, tth, hubUrl); in download_gui()
1783 void Search::download_client(string target, string cid, string filename, int64_t size, string tth, … in download_client() function in Search
H A Dhub.cc920 F4 *func = new F4(this, &Hub::download_client, target, size, tth, cid); in applyTags_gui()
3091 void Hub::download_client(string target, int64_t size, string tth, string cid) in download_client() function in Hub
3277 F4 *func = new F4(hub, &Hub::download_client, target, size, tth, cid); in onDownloadImageClicked_gui()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsearch.hh117 …void download_client(std::string target, std::string cid, std::string filename, int64_t size, std:…
H A Dhub.hh171 void download_client(std::string target, int64_t size, std::string tth, std::string cid);
H A Dsearch.cc931 … F6 *func = new F6(this, &Search::download_client, target, cid, filename, size, tth, hubUrl); in download_gui()
1783 void Search::download_client(string target, string cid, string filename, int64_t size, string tth, … in download_client() function in Search
H A Dhub.cc920 F4 *func = new F4(this, &Hub::download_client, target, size, tth, cid); in applyTags_gui()
3091 void Hub::download_client(string target, int64_t size, string tth, string cid) in download_client() function in Hub
3277 F4 *func = new F4(hub, &Hub::download_client, target, size, tth, cid); in onDownloadImageClicked_gui()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsearch.hh117 …void download_client(std::string target, std::string cid, std::string filename, int64_t size, std:…
H A Dhub.hh171 void download_client(std::string target, int64_t size, std::string tth, std::string cid);
H A Dsearch.cc931 … F6 *func = new F6(this, &Search::download_client, target, cid, filename, size, tth, hubUrl); in download_gui()
1783 void Search::download_client(string target, string cid, string filename, int64_t size, string tth, … in download_client() function in Search
H A Dhub.cc920 F4 *func = new F4(this, &Hub::download_client, target, size, tth, cid); in applyTags_gui()
3091 void Hub::download_client(string target, int64_t size, string tth, string cid) in download_client() function in Hub
3277 F4 *func = new F4(hub, &Hub::download_client, target, size, tth, cid); in onDownloadImageClicked_gui()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsearch.hh117 …void download_client(std::string target, std::string cid, std::string filename, int64_t size, std:…
H A Dhub.hh171 void download_client(std::string target, int64_t size, std::string tth, std::string cid);
H A Dsearch.cc931 … F6 *func = new F6(this, &Search::download_client, target, cid, filename, size, tth, hubUrl); in download_gui()
1783 void Search::download_client(string target, string cid, string filename, int64_t size, string tth, … in download_client() function in Search
H A Dhub.cc920 F4 *func = new F4(this, &Hub::download_client, target, size, tth, cid); in applyTags_gui()
3091 void Hub::download_client(string target, int64_t size, string tth, string cid) in download_client() function in Hub
3277 F4 *func = new F4(hub, &Hub::download_client, target, size, tth, cid); in onDownloadImageClicked_gui()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dsearch.hh117 …void download_client(std::string target, std::string cid, std::string filename, int64_t size, std:…
H A Dhub.hh171 void download_client(std::string target, int64_t size, std::string tth, std::string cid);
H A Dsearch.cc931 … F6 *func = new F6(this, &Search::download_client, target, cid, filename, size, tth, hubUrl); in download_gui()
1783 void Search::download_client(string target, string cid, string filename, int64_t size, string tth, … in download_client() function in Search
H A Dhub.cc920 F4 *func = new F4(this, &Hub::download_client, target, size, tth, cid); in applyTags_gui()
3091 void Hub::download_client(string target, int64_t size, string tth, string cid) in download_client() function in Hub
3277 F4 *func = new F4(hub, &Hub::download_client, target, size, tth, cid); in onDownloadImageClicked_gui()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dhttp.py612 download_client = (
617 result = download_client.fetch(url_full, **req_kwargs)