/reactos/modules/rostests/winetests/kernel32/ |
H A D | comm.c | 784 ok( timediff > TIMEOUT>>2 && timediff < TIMEOUT *2, in test_ReadTimeOut() 1101 ok( (diff > TIMEOUT - TIMEDELTA) && (diff < TIMEOUT + TIMEDELTA), in test_LoopbackRead() 1372 Sleep(TIMEOUT >>1); in test_WaitRx() 1395 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitRx() 1451 args[0]= TIMEOUT >>1; in test_WaitCts() 1499 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitCts() 1589 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_AbortWaitCts() 1665 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitDsr() 1753 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitRing() 1834 ok ((diff > (TIMEOUT>>1) -TIMEDELTA) && (diff < (TIMEOUT>>1) + TIMEDELTA), in test_WaitDcd() [all …]
|
/reactos/base/services/w32time/ |
H A D | ntpclient.c | 12 #define TIMEOUT 4000 /* 4 second timeout */ macro 114 timeVal.tv_sec = TIMEOUT / 1000; in ReceiveData() 115 timeVal.tv_usec = TIMEOUT % 1000; in ReceiveData()
|
/reactos/base/applications/cmdutils/timeout/lang/ |
H A D | ru-RU.rc | 7 TIMEOUT [/?] [/T] таймаут [/NOBREAK]\n\
|
H A D | zh-CN.rc | 7 TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
|
H A D | zh-TW.rc | 14 TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
|
H A D | de-DE.rc | 7 TIMEOUT [/?] [/T] Zeit [/NOBREAK]\n\
|
H A D | en-US.rc | 7 TIMEOUT [/?] [/T] delay [/NOBREAK]\n\
|
H A D | it-IT.rc | 7 TIMEOUT [/?] [/T] tempo [/NOBREAK]\n\
|
H A D | pl-PL.rc | 7 TIMEOUT [/?] [/T] limit_czasu [/NOBREAK]\n\
|
H A D | fr-FR.rc | 7 TIMEOUT [/?] [/T] délai [/NOBREAK]\n\
|
H A D | tr-TR.rc | 14 TIMEOUT [/?] [/T] gecikme [/NOBREAK]\n\
|
H A D | ro-RO.rc | 14 TIMEOUT [/?] [/T] timp [/NOBREAK]\n\
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | fsm.c | 225 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in terminate_layer() 284 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_timeout() 598 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_rtermreq() 761 TIMEOUT(fsm_timeout, f, pcb->settings.fsm_timeout_time); in fsm_sconfreq()
|
H A D | upap.c | 194 TIMEOUT(upap_reqtimeout, pcb, pcb->settings.pap_req_timeout); in upap_authpeer() 254 TIMEOUT(upap_reqtimeout, pcb, pcb->settings.pap_req_timeout); in upap_lowerup() 560 TIMEOUT(upap_timeout, pcb, pcb->settings.pap_timeout_time); in upap_sauthreq()
|
H A D | auth.c | 1220 TIMEOUT(check_idle, (void*)pcb, tlim); in np_up() 1229 TIMEOUT(connect_time_expired, (void*)pcb, pcb->settings.maxconnect); in np_up() 1234 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout); in np_up() 1312 TIMEOUT(check_maxoctets, NULL, maxoctets_timeout); 1350 TIMEOUT(check_idle, (void*)pcb, tlim); in check_idle()
|
H A D | eap.c | 241 TIMEOUT(eap_client_timeout, pcb, in eap_authwithpeer() 867 TIMEOUT(eap_server_timeout, pcb, pcb->settings.eap_timeout_time); in eap_send_request() 1710 TIMEOUT(eap_client_timeout, pcb, in eap_request() 1902 TIMEOUT(eap_rechallenge, pcb, pcb->eap.es_rechallenge); in eap_response() 1968 TIMEOUT(eap_rechallenge, pcb, in eap_response() 1971 TIMEOUT(srp_lwrechallenge, pcb, in eap_response() 2001 TIMEOUT(srp_lwrechallenge, esp, in eap_response()
|
H A D | chap-new.c | 250 TIMEOUT(chap_timeout, arg, pcb->settings.chap_timeout_time); in chap_timeout() 398 TIMEOUT(chap_timeout, pcb,
|
H A D | ccp.c | 1693 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_datainput() 1719 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_resetrequest() 1734 TIMEOUT(ccp_rack_timeout, f, RACKTIMEOUT); in ccp_rack_timeout()
|
H A D | PPPD_FOLLOWUP | 91 2010-09-11 - chat: Allow TIMEOUT value to come from environment variable
|
H A D | lcp.c | 2669 TIMEOUT (LcpEchoTimeout, f, pcb->settings.lcp_echo_interval); in LcpEchoCheck()
|
/reactos/modules/rostests/apitests/cmd/ |
H A D | fc.c | 555 #define TIMEOUT (10 * 1000) in DoTestEntry() macro 556 WaitForSingleObject(pi.hProcess, TIMEOUT); in DoTestEntry()
|
H A D | cmd.c | 10 #define TIMEOUT 3000 macro 427 dwWait = WaitForSingleObject(pi.hProcess, TIMEOUT); in DoTestEntry()
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | rpc_generic.c | 450 struct timeval TIMEOUT = {25, 0}; local 453 (xdrproc_t) xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 537 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… macro
|