Home
last modified time | relevance | path

Searched refs:read_timeout (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dd8-posix.cc80 int read_timeout, in WaitOnFD() argument
99 if (read_timeout == -1 || in WaitOnFD()
100 (total_timeout != -1 && total_timeout - gone < read_timeout)) { in WaitOnFD()
101 read_timeout = total_timeout - gone; in WaitOnFD()
103 timeout.tv_usec = (read_timeout % 1000) * 1000; in WaitOnFD()
104 timeout.tv_sec = read_timeout / 1000; in WaitOnFD()
109 read_timeout != -1 ? &timeout : NULL); in WaitOnFD()
222 int* read_timeout, in GetTimeouts() argument
239 *read_timeout = args[2] in GetTimeouts()
304 int read_timeout, int total_timeout) { in GetStdout() argument
[all …]
/external/libpcap/
Dremote-ext.h419 PCAP_API pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pca…
Dpcap-rpcap.h199 uint32 read_timeout; /* Read timeout in milliseconds */ member
Dpcap-new.c897 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth… in pcap_open() argument
946 fp->opt.timeout = read_timeout; in pcap_open()
952 fp = pcap_open_live(name, snaplen, (flags & PCAP_OPENFLAG_PROMISCUOUS), read_timeout, errbuf); in pcap_open()
Dpcap-rpcap.c1052 startcapreq->read_timeout = htonl(fp->opt.timeout); in pcap_startcapture_remote()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch121 + if (read_timeout(pipe, (unsigned char *)&ev, sizeof(ev), now, secs) > 0)
178 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs);
230 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs)