Searched refs:expire (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/lib/rtl/ |
H A D | timerqueue.c | 49 ULONGLONG expire; member 127 if (time < cur->expire) in queue_add_timer() 132 t->expire = time; in queue_add_timer() 157 if (!t->destroy && t->expire <= ((now = queue_current_time()))) in queue_timer_expire() 162 next = t->expire + t->period; in queue_timer_expire() 202 assert(!t->destroy || t->expire == EXPIRE_NEVER); in queue_get_timeout() 204 if (t->expire != EXPIRE_NEVER) in queue_get_timeout() 207 timeout = t->expire < time ? 0 : (ULONG)(t->expire - time); in queue_get_timeout() 512 if (t->expire != EXPIRE_NEVER) in RtlUpdateTimer()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/ |
H A D | licensing.txt | 18 > issued licenses have an expire-date. The expire date for the license issued 24 > server, the issued licenses seems to be permanent: The expire date is set 51 > The Server pre Spk 3 has the old model where licences never expire. To
|
/reactos/dll/win32/urlmon/ |
H A D | umon.c | 857 FILETIME expire, modified; in URLDownloadToCacheFileW() local 881 expire.dwHighDateTime = 0; in URLDownloadToCacheFileW() 882 expire.dwLowDateTime = 0; in URLDownloadToCacheFileW() 886 if (!CommitUrlCacheEntryW(szURL, cache_path, expire, modified, NORMAL_CACHE_ENTRY, in URLDownloadToCacheFileW()
|
/reactos/dll/cpl/usrmgr/lang/ |
H A D | fr-FR.rc | 51 AUTOCHECKBOX "Le mot de passe n'expire jamais", IDC_USER_GENERAL_NEVER_EXPIRES, 7, 108, 210, 10 133 …AUTOCHECKBOX "Le mot de passe n'expire jamais", IDC_USER_NEW_NEVER_EXPIRES, 7, 137, 200, 10, WS_DI…
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | adns.h | 307 unsigned long serial, refresh, retry, expire, minimum; member
|
/reactos/sdk/include/reactos/mc/ |
H A D | net_msg.mc | 100 account expires or valid logon hours expire. 235 account expires or valid logon hours expire. 278 account expires or valid logon hours expire. 321 account expires or valid logon hours expire. 364 account expires or valid logon hours expire. 2950 /EXPIRES:{date | NEVER} Causes the account to expire if date is 3202 /EXPIRES:{date | NEVER} Causes the account to expire if date is 3276 /EXPIRES:{date | NEVER} Causes the account to expire if date is 3350 /EXPIRES:{date | NEVER} Causes the account to expire if date is 3424 /EXPIRES:{date | NEVER} Causes the account to expire if date is [all …]
|
H A D | ntstatus.mc | 3808 Your ReactOS will NEVER expire!.
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 622 * etharp.c: Stable etharp entries that are about to expire are now refreshed 4148 (currently TCP_WND/2). This avoids waiting for a timer to expire to send a
|
/reactos/sdk/include/psdk/ |
H A D | mshtml.idl | 11104 [optional, in] VARIANT expire, 11134 [optional, in] VARIANT expire,
|