Home
last modified time | relevance | path

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

/dports/www/moodle39/moodle/message/classes/output/messagearea/
H A Dmessage_area.php82 public $polltimeout; variable in core_message\\output\\messagearea\\message_area
100 * @param int $polltimeout
103 $pollmax, $polltimeout) { argument
112 $this->polltimeout = $polltimeout;
132 $data->polltimeout = $this->polltimeout;
/dports/net/libpcap/libpcap-1.10.1/testprogs/
H A Dselpolltest.c271 int polltimeout; in main() local
277 polltimeout = 1; in main()
280 polltimeout = (int)(required_timeout->tv_usec/1000); in main()
282 polltimeout = -1; in main()
283 status = poll(&fd, (selectable_fd == -1) ? 0 : 1, polltimeout); in main()
/dports/comms/dfu-util/dfu-util-0.11/src/
H A Ddfuse.c190 int polltimeout = 0; in dfuse_special_command() local
239 if (ret == LIBUSB_ERROR_PIPE && polltimeout != 0 && stalls < 3) { in dfuse_special_command()
248 polltimeout = dst.bwPollTimeout; in dfuse_special_command()
261 polltimeout = 35000; /* Datasheet says up to 32 seconds */ in dfuse_special_command()
267 fprintf(stderr, " Poll timeout %i ms\n", polltimeout); in dfuse_special_command()
268 milli_sleep(polltimeout); in dfuse_special_command()
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/rdma/
H A Dverbs_event_channel.hpp90 int polltimeout = 0; // seconds*1000; // 10000 == 10 sec in poll_verbs_event_channel() local
97 int rc = poll(pollInfo, numFds, polltimeout); in poll_verbs_event_channel()
/dports/www/htdigest/httpd-2.4.6/support/
H A Drotatelogs.c555 int polltimeout; local
679 polltimeout = status.tLogEnd ? status.tLogEnd - get_now(&config) : config.tRotation;
680 if (polltimeout <= 0) {
684 pollret = apr_poll(&pollfd, 1, &pollret, apr_time_from_sec(polltimeout));
/dports/www/apache24/httpd-2.4.53/support/
H A Drotatelogs.c575 long polltimeout; local
710polltimeout = status.tLogEnd ? status.tLogEnd - get_now(&config, NULL) : config.tRotation;
711 if (polltimeout <= 0) {
715 pollret = apr_poll(&pollfd, 1, &pollret, apr_time_from_sec(polltimeout));
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/include/
H A DSocketManager.hpp73 bool doLoop(uint32_t polltimeout);
/dports/net/trickle/trickle-1.07/
H A Dtrickle-overload.c538 int i, polltimeout, ret; in poll() local
604 polltimeout = polltv->tv_sec * 1000 + in poll()
607 polltimeout = INFTIM; in poll()
610 safe_printv(0, "[DEBUG] IN poll(*, %d, %d)", nfds, polltimeout); in poll()
613 ret = (*libc_poll)((struct pollfd *)fds, (int)nfds, (int)polltimeout); in poll()
/dports/dns/libbind/libbind-6.0/isc/
H A Deventlib.c744 int polltimeout = INFTIM; in pselect() local
756 polltimeout = 1000 * tv.tv_sec + tv.tv_usec / 1000; in pselect()
785 n = poll(fds, pnfds, polltimeout); in pselect()
/dports/mail/mairix/mairix-0.24/
H A Dimap.c430 if (n == 0) goto polltimeout; in imap_ll_waitline()
455 polltimeout: in imap_ll_waitline()
620 if (n == 0) goto polltimeout; in imap_ll_write()
645 polltimeout: in imap_ll_write()
/dports/dns/libbind/libbind-6.0/resolv/
H A Dres_send.c802 int polltimeout; in send_dg() local
896 polltimeout = 1000*timeout.tv_sec + in send_dg()
900 n = poll(&pollfd, 1, polltimeout); in send_dg()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/resolv/
H A Dres_send.c885 int polltimeout; in send_dg() local
1006 polltimeout = 1000*(int)timeout.tv_sec + in send_dg()
1010 n = poll(&pollfd, 1, polltimeout); in send_dg()
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_socket.c1850 int polltimeout = 1000; in ne_sock_connect_ssl() local
1872 poll(&pfd, 1, polltimeout); in ne_sock_connect_ssl()
1877 poll(&pfd, 1, polltimeout); in ne_sock_connect_ssl()
1882 poll(&pfd, 1, polltimeout); in ne_sock_connect_ssl()
/dports/net/vde2/vde2-2.3.2/src/
H A Dvde_autolink.c76 int polltimeout=-1; variable
1436 poll(pfd,npfd,polltimeout); in main()
1474 polltimeout = jq ? jq->time - now : -1 ; in main()
/dports/net-im/tkabber/tkabber-1.1.2/
H A Dlogin.tcl177 custom::defvar loginconf(polltimeout) 0 \
579 -timeout $lc(polltimeout) \
/dports/devel/git-p4/git-2.34.1/
H A Dupload-pack.c350 int pe, pu, pollsize, polltimeout; in create_pack_file() local
374 polltimeout = pack_data->keepalive < 0 in create_pack_file()
378 ret = poll(pfd, pollsize, polltimeout); in create_pack_file()
/dports/devel/git-gui/git-2.34.1/
H A Dupload-pack.c350 int pe, pu, pollsize, polltimeout; in create_pack_file() local
374 polltimeout = pack_data->keepalive < 0 in create_pack_file()
378 ret = poll(pfd, pollsize, polltimeout); in create_pack_file()
/dports/devel/git-svn/git-2.34.1/
H A Dupload-pack.c350 int pe, pu, pollsize, polltimeout; in create_pack_file() local
374 polltimeout = pack_data->keepalive < 0 in create_pack_file()
378 ret = poll(pfd, pollsize, polltimeout); in create_pack_file()
/dports/devel/git/git-2.34.1/
H A Dupload-pack.c350 int pe, pu, pollsize, polltimeout; in create_pack_file() local
374 polltimeout = pack_data->keepalive < 0 in create_pack_file()
378 ret = poll(pfd, pollsize, polltimeout); in create_pack_file()
/dports/devel/git-cvs/git-2.34.1/
H A Dupload-pack.c350 int pe, pu, pollsize, polltimeout; in create_pack_file() local
374 polltimeout = pack_data->keepalive < 0 in create_pack_file()
378 ret = poll(pfd, pollsize, polltimeout); in create_pack_file()
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DSocketManager.cpp187 bool SocketManager::doLoop(uint32_t polltimeout) in doLoop() argument
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Dtsg.c2396 const DWORD polltimeout = 250; in tsg_connect() local
2397 DWORD status = WaitForMultipleObjects(nCount, events, FALSE, polltimeout); in tsg_connect()
2402 if (looptimeout < polltimeout) in tsg_connect()
2404 looptimeout -= polltimeout; in tsg_connect()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200949664 …I'm not sure about the polltimeout. I'd settle for an infinite timeout but then VLC might behavior…