Home
last modified time | relevance | path

Searched refs:max_dl (Results 1 – 25 of 123) sorted by relevance

12345

/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/sbws/lib/
H A Ddestination.py67 def connect_to_destination_over_circuit(dest, circ_id, session, cont, max_dl): argument
137 if max_dl > content_length:
142 "is {} but the content is only {}".format(max_dl, content_length),
159 max_dl, argument
180 self._max_dl = max_dl
354 def from_config(conf_section, max_dl, number_threads): argument
371 return Destination(url, max_dl, verify, max_num_failures)
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/sbws/core/
H A Dscanner.py179 max_dl = conf.getint("scanner", "max_download_size")
188 assert expected_amount <= max_dl
205 expected_amount == max_dl, data, download_times
209 expected_amount, data, download_times, min_dl, max_dl
581 expected_amount, result_time, download_times, min_dl, max_dl argument
597 expected_amount = min(max_dl, expected_amount)
901 max_dl = conf.getint("scanner", "max_download_size")
902 if max_dl < min_dl:
905 max_dl,
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dxchaff_solver.cpp227 int max_idx = -1, max_dl = -1; in add_clause() local
241 if (variable(v_idx).dlevel() > max_dl) { in add_clause()
242 max_dl = variable(v_idx).dlevel(); in add_clause()
255 max_idx = -1; max_dl = -1; in add_clause()
266 if (variable(v_idx).dlevel() > max_dl) { in add_clause()
267 max_dl = variable(v_idx).dlevel(); in add_clause()
372 int dir,max_dl; in set_var_value_not_current_dl() local
376 max_dl = -1; in set_var_value_not_current_dl()
390 if (variable(ht_ptr->var_index()).dlevel() < max_dl) { in set_var_value_not_current_dl()
412 if (variable(ptr->var_index()).dlevel() > max_dl) { in set_var_value_not_current_dl()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp302 max_dl = strtoll(var.c_str(), nullptr, 16); in SetUp()
303 ASSERT_GT(max_dl, 0) << "Max download size reported was invalid"; in SetUp()
305 max_flash = std::min(part_size, max_dl); in SetUp()
H A Dfixtures.h126 int64_t max_dl; variable
/dports/net/megatools/megatools-1.10.3/lib/
H A Dhttp.h50 void http_set_speed(struct http *h, gint max_ul, gint max_dl);
H A Dhttp.c210 void http_set_speed(struct http *h, gint max_ul, gint max_dl) in http_set_speed() argument
214 if (max_dl >= 0) in http_set_speed()
215 curl_easy_setopt(h->curl, CURLOPT_MAX_RECV_SPEED_LARGE, (curl_off_t)max_dl * 1024); in http_set_speed()
H A Dmega.c103 gint max_dl; member
2114 s->max_dl = dl; in mega_session_set_speed()
3099 gint max_dl; member
3229 http_set_speed(h, t->max_ul, t->max_dl); in tman_worker_upload_chunk()
3814 t.max_dl = s->max_dl; in tman_run_upload_transfer()
4374 http_set_speed(h, s->max_ul, s->max_dl); in mega_session_download_data()
/dports/news/husky/husky-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/include/max/
H A Dprm.h137 word max_dl; /* max dl kbytes per day */ member
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_lo240.h153 short max_dl; /* Default download limit */ member
H A Dgs_max3.h171 word max_dl; // max dl kbytes per day member
H A Dgs_opus.h318 word max_dl; /* max dl bytes per day */ variable
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/docs/source/
H A Dclasses_original.puml121 Destination @sm from_config(str conf_section,int max_dl)
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gtp.c5478 if (max_dl == 0 || max_dl == 255) in decode_qos_umts()
5480 if ((max_dl > 0) && (max_dl <= 63)) in decode_qos_umts()
5482 "%u kbps", max_dl); in decode_qos_umts()
5483 if ((max_dl > 63) && (max_dl <= 127)) { in decode_qos_umts()
5484 md = 64 + (max_dl - 64) * 8; in decode_qos_umts()
5488 if ((max_dl > 127) && (max_dl <= 254)) { in decode_qos_umts()
5489 md = 576 + (max_dl - 128) * 64; in decode_qos_umts()
8348 guint32 max_dl; in decode_gtp_max_mbr_apn_ambr() local
8368 max_dl = tvb_get_ntohl(tvb, offset); in decode_gtp_max_mbr_apn_ambr()
8370 (max_dl) > 1000 ? max_dl/1000 : max_dl, in decode_gtp_max_mbr_apn_ambr()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gtp.c5478 if (max_dl == 0 || max_dl == 255)
5480 if ((max_dl > 0) && (max_dl <= 63))
5482 "%u kbps", max_dl);
5483 if ((max_dl > 63) && (max_dl <= 127)) {
5484 md = 64 + (max_dl - 64) * 8;
5488 if ((max_dl > 127) && (max_dl <= 254)) {
5489 md = 576 + (max_dl - 128) * 64;
8348 guint32 max_dl;
8368 max_dl = tvb_get_ntohl(tvb, offset);
8370 (max_dl) > 1000 ? max_dl/1000 : max_dl,
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gtp.c5478 if (max_dl == 0 || max_dl == 255)
5480 if ((max_dl > 0) && (max_dl <= 63))
5482 "%u kbps", max_dl);
5483 if ((max_dl > 63) && (max_dl <= 127)) {
5484 md = 64 + (max_dl - 64) * 8;
5488 if ((max_dl > 127) && (max_dl <= 254)) {
5489 md = 576 + (max_dl - 128) * 64;
8348 guint32 max_dl;
8368 max_dl = tvb_get_ntohl(tvb, offset);
8370 (max_dl) > 1000 ? max_dl/1000 : max_dl,
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gtp.c5478 if (max_dl == 0 || max_dl == 255) in decode_qos_umts()
5480 if ((max_dl > 0) && (max_dl <= 63)) in decode_qos_umts()
5482 "%u kbps", max_dl); in decode_qos_umts()
5483 if ((max_dl > 63) && (max_dl <= 127)) { in decode_qos_umts()
5484 md = 64 + (max_dl - 64) * 8; in decode_qos_umts()
5488 if ((max_dl > 127) && (max_dl <= 254)) { in decode_qos_umts()
5489 md = 576 + (max_dl - 128) * 64; in decode_qos_umts()
8348 guint32 max_dl; in decode_gtp_max_mbr_apn_ambr() local
8368 max_dl = tvb_get_ntohl(tvb, offset); in decode_gtp_max_mbr_apn_ambr()
8370 (max_dl) > 1000 ? max_dl/1000 : max_dl, in decode_gtp_max_mbr_apn_ambr()
[all …]
/dports/ftp/wzdftpd/wzdftpd-0.8.3/
H A DNEWS82 max_dl not saved for groups). A memory leak has been fixed after client log

12345