Home
last modified time | relevance | path

Searched refs:dns_threads (Results 1 – 25 of 39) sorted by relevance

12

/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dsocks.c64 .dns_threads = NULL,
296 socks_cfg->dns_threads = xcalloc(socks_cfg->num_dns_threads, sizeof(dns_thread_t)); in process_listen()
302 dns_thread_t* t = &socks_cfg->dns_threads[tnum]; in process_listen()
308 dns_thread_t* t = &socks_cfg->dns_threads[tnum]; in process_listen()
423 dns_thread_t* t = &scfg->dns_threads[i]; in socks_helper_bind_all()
457 dns_thread_t* t = &socks_cfg->dns_threads[i]; in socks_daemon_check_all()
476 dns_thread_t* t = &socks_cfg->dns_threads[i]; in socks_dns_lsocks_init()
H A Dsocks.h53 dns_thread_t* dns_threads; member
H A Dmain.c173 dns_thread_t* t = &socks_cfg->dns_threads[i]; in start_threads()
/dports/net-mgmt/iprange/iprange-1.0.4/
H A Dipset_load.c166 static int dns_threads; variable
228 if(pending > (unsigned long)dns_threads && dns_threads < dns_threads_max) { in dns_request_add()
243 dns_threads++; in dns_request_add()
569 …sts_made, dns_replies_failed, dns_requests_retries, dns_replies_found, dns_threads, dns_threads_ma… in dns_done()
/dports/dns/ldapdns/ldapdns-2.07/
H A Dconfig.h18 int dns_threads; member
H A Dtcpserver.c62 ldapdns.dns_threads = 1; /* always 1; we use select */ in tp_initialize()
87 ldapdns.dns_threads = 1; in tp_initialize()
H A Dengine.c3420 ldapdns.dns_threads = -1; in main()
3425 ldapdns.dns_threads = ldapdns.ldap_threads / 2; in main()
3427 ldapdns.dns_threads++; in main()
3440 if (x) ldapdns.dns_threads = atoi(x); in main()
3444 if (ldapdns.dns_threads < 1) in main()
3445 ldapdns.dns_threads = 1; in main()
3479 if (ldapdns.dns_threads > ldapdns.ldap_threads) { in main()
3481 ldapdns.handlers = ldapdns.ldap_threads = ldapdns.dns_threads; in main()
3865 for (i = 0; i < ldapdns.dns_threads-1; i++) { in main()
3897 ldapdns.ldap_threads, ldapdns.dns_threads, in main()
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A Dsnmp.h467 unsigned int dns_threads ; variable
H A Dsnmp.cpp1314 dns_threads = _dns_threads; in init()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/reqwest-0.9.24/src/async_impl/
H A Dclient.rs416 pub fn dns_threads(self, _threads: usize) -> ClientBuilder { in dns_threads() method
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/reqwest-0.9.24/src/async_impl/
H A Dclient.rs416 pub fn dns_threads(self, _threads: usize) -> ClientBuilder { in dns_threads() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/reqwest-0.9.24/
H A DCHANGELOG.md333 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/reqwest-0.9.24/
H A DCHANGELOG.md333 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DTorrentUtils.java163 private static ThreadPool dns_threads = new ThreadPool( "DNS:lookups", 16, true ); field in TorrentUtils
3944 dns_threads.run( in getDNSTXTEntry()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/reqwest-0.10.1/
H A DCHANGELOG.md352 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/net-im/fractal/fractal-4.4.0/vendor/reqwest/
H A DCHANGELOG.md396 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/sysutils/vector/vector-0.10.0/cargo-crates/reqwest-0.10.6/
H A DCHANGELOG.md388 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/reqwest-0.10.6/
H A DCHANGELOG.md388 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/reqwest-0.10.6/
H A DCHANGELOG.md388 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/reqwest-0.10.8/
H A DCHANGELOG.md406 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/reqwest-0.10.10/
H A DCHANGELOG.md425 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/www/rearx/rearx-0.1.4/cargo-crates/reqwest-0.11.2/
H A DCHANGELOG.md450 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/reqwest-0.10.10/
H A DCHANGELOG.md425 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/reqwest-0.10.10/
H A DCHANGELOG.md425 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/reqwest-0.11.4/
H A DCHANGELOG.md464 - Add `async::ClientBuilder::dns_threads` to set number of threads use for DNS.

12