Searched refs:pollinterval (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 168 tcp_poll(tpcb, NULL, tpcb->pollinterval); in altcp_tcp_remove_callbacks() 332 tcp_poll(pcb, oldpoll, pcb->pollinterval); in altcp_tcp_close()
|
D | altcp.c | 265 conn->pollinterval = interval; in altcp_poll()
|
D | tcp.c | 1598 if (prev->polltmr >= prev->pollinterval) { 2298 pcb->pollinterval = interval;
|
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 80 u8_t pollinterval; member
|
D | tcp.h | 278 u8_t polltmr, pollinterval; member
|
/third_party/lwip/src/apps/altcp_tls/ |
D | altcp_tls_mbedtls.c | 576 altcp_poll(inner_conn, NULL, inner_conn->pollinterval); in altcp_mbedtls_remove_callbacks() 1067 altcp_poll(inner_conn, oldpoll, inner_conn->pollinterval); in altcp_mbedtls_close()
|
/third_party/python/Lib/idlelib/ |
D | pyshell.py | 628 self.tkconsole.pollinterval, self.poll_subprocess) 959 self.pollinterval = 50 # millisec
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 429 cls.shell.pollinterval = 10
|