ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 106 of file time.c.
Referenced by _PrinterJobListCompareRoutine(), add_cert_to_store(), cert_mgr_sort_by_date(), CertAddCRLContextToStore(), CertAddCTLContextToStore(), CertVerifyCRLTimeValidity(), CertVerifyTimeValidity(), compareDate(), CFontExt::CompareIDs(), CRecycleBin::CompareIDs(), CRYPT_CacheURL(), CRYPT_GetObjectFromCache(), get_cookie(), GetNextJobTimeout(), JapaneseEra_Find(), load_persistent_cookie(), LPropCompareProp(), MONTHCAL_CompareSystemTime(), MONTHCAL_IsSelRangeValid(), MONTHCAL_SetRange(), RunCurrentJobs(), save_persistent_cookie(), set_cookie(), test_CopyFile2(), test_CopyFileA(), test_RealizationInfo(), urlcache_entry_is_expired(), verify_cert_revocation_with_crl_offline(), and XCOPY_DoCopy().
Definition at line 75 of file time.c.
Referenced by _ILGetFileDateTime(), cabinet_close_file_info(), ATL::CTime::CTime(), dos_date_time_to_file_time(), DosInt21h(), ExtCabCallback(), CCabinet::ExtractFile(), CZipExtract::ExtractSingle(), fdi_notify_extract(), get_signature(), CZipFolder::GetDetailsOf(), test_conversions(), test_FileContents1(), test_FileContents2(), test_FileDescriptor(), test_FileDescriptor_Folder(), and test_invalid_arg().
BOOL WINAPI FileTimeToDosDateTime | ( | IN CONST FILETIME * | lpFileTime, |
OUT LPWORD | lpFatDate, | ||
OUT LPWORD | lpFatTime | ||
) |
Definition at line 37 of file time.c.
Referenced by _ILCreateFromFindDataW(), demFileFindFirst(), demFileFindNext(), DosInt21h(), file_time_to_dos_date_time(), get_open_info(), CCabinet::GetFileTimes(), and test_FileTimeToDosDateTime().
BOOL WINAPI FileTimeToLocalFileTime | ( | IN CONST FILETIME * | lpFileTime, |
OUT LPFILETIME | lpLocalFileTime | ||
) |
Definition at line 221 of file time.c.
Referenced by _ILGetFileDate(), _tmain(), DateConstr_value(), DirPrintFileDateTime(), DisplayServerStatistics(), DisplayWorkstationStatistics(), DoReadAllOfFile(), EventTimeToSystemTime(), format_date(), FormatDateTime(), get_date_from_filetime(), get_open_info(), GetEnhancedVar(), GetFileTimeString(), CFileDefExt::GetFileTimeString(), CRegistryKey::GetLastWriteTime(), PrintDateTime(), CFontInfo::ReadAttrs(), SetFileInfo(), SHFormatDateTimeW(), summaryinfo_invoke(), test_FileTimeToLocalFileTime(), test_GetTimeZoneInformation(), test_SummaryInfo(), txt_export_class_and_last_write(), ATL::CFileTime::UTCToLocal(), and WherePrintPath().
Definition at line 188 of file time.c.
Referenced by CZipFolder::_GetFileTimeString(), _ILGetFileDate(), _tmain(), add_cert_to_list(), add_cert_to_view(), add_date_string_to_control(), AddUserProfile(), compareTime(), CRYPT_AsnEncodeChoiceOfTime(), CRYPT_AsnEncodeGeneralizedTime(), CRYPT_AsnEncodeUtcTime(), CRYPT_MakeCertInfo(), ATL::CTime::CTime(), day_of_month(), DirPrintFileDateTime(), DisplayServerStatistics(), DisplayWorkstationStatistics(), DoReadAllOfFile(), EventTimeToSystemTime(), ExtCabCallback(), filetime_to_str(), format_date(), format_long_date(), FormatDateTime(), get_date_from_filetime(), CFontExt::GetDetailsOf(), GetDriverDateString(), GetEnhancedVar(), GetFileModifyTime(), GetFileTimeString(), CFileDefExt::GetFileTimeString(), CRegistryKey::GetLastWriteTime(), HTTPREQ_QueryOption(), CShellLink::Load(), MONTHCAL_CalculateDayOfWeek(), MONTHCAL_IsSelRangeValid(), NLS_GetDateTimeFormatW(), PrintDateTime(), printFileTime(), PrintLocalTime(), PROPVAR_ConvertFILETIME(), CInstalledApplicationInfo::RetrieveInstallDate(), RtlTimeToTimeFields(), save_prop(), SetFileInfo(), SetupDiInstallDevice(), SHFormatDateTimeW(), summaryinfo_invoke(), SystemTimeToTzSpecificLocalTime(), test4(), test_cert_struct_string(), test_FileTimeToLocalFileTime(), test_FileTimeToSystemTime(), test_GetTimeZoneInformation(), test_query_process_times(), test_SummaryInfo(), TIME_CompTimeZoneID(), txt_export_class_and_last_write(), TzSpecificLocalTimeToSystemTime(), UpdateSystemTime(), BtrfsScrub::UpdateTextBox(), WherePrintPath(), and XCOPY_ParseCommandLine().
VOID WINAPI GetLocalTime | ( | OUT LPSYSTEMTIME | lpSystemTime | ) |
Definition at line 286 of file time.c.
Referenced by _getsystime(), CTrayClockWnd::CalculateDueTime(), CalculateNextStartTime(), ClockWndProc(), cmd_time(), CmosReadData(), CmosWriteData(), collect_query_data(), create_snapshot(), CreateProfile(), DATETIME_Create(), datetime_proc(), DateTimePageDlgProc(), DateTimePageProc(), DIALOG_EditTimeDate(), DoPrintDocument(), DosInt21h(), download_file(), EngQueryLocalTime(), fill_datetime_information(), FillMonthsComboBox(), FTP_ParseNextFile(), get_date_str(), get_localdatetime(), GetCurrentDayOfMonth(), GetDateString(), GetTimeAsJobTime(), GetTimeString(), Global_Date(), Global_Now(), Global_Time(), Global_Timer(), JapaneseEra_Find(), main(), MONTHCAL_Create(), MONTHCAL_Timer(), MonthCalSetLocalTime(), MonthCalSetupDayTimer(), NLS_GetDateTimeFormatW(), ClockWindow::Notify(), ParseDate(), ParseTime(), PrintSystemInfo(), pSetupDebugPrint(), publish_install_properties(), ReadPipeCompletion(), RtcTimeUpdate(), ServicesPageWndProc(), set_print_template(), TaskTriggerConstructor(), test_GetTimeZoneInformationForYear(), test_SetTrigger_GetTrigger(), test_SHFormatDateTimeA(), test_SHFormatDateTimeW(), TimerProc(), CTrayClockWnd::Update(), vsyslog(), and wWinMain().
VOID WINAPI GetSystemTime | ( | OUT LPSYSTEMTIME | lpSystemTime | ) |
Definition at line 327 of file time.c.
Referenced by CComCatCachedCategory::CacheDSA(), copy(), CreateJob(), RecycleBin5::DeleteFile(), ExtractAndInstallThread(), InternetTimeToSystemTimeW(), NetrRemoteTOD(), SOFTPUB_LoadCertMessage(), test_dtm_set_and_get_system_time(), test_GetDatabaseInformationEmpty(), test_GetTimeZoneInformation(), test_IWinHttpRequest(), test_monthcal(), test_not_modified(), test_RegQueryValueExPerformanceData(), test_VarDateFromStr(), test_verifyTimeValidity(), TouchFileTimes(), VARIANT_MakeDate(), WinHttpTimeToSystemTime(), and WINTRUST_CertVerifyObjTrust().
BOOL WINAPI GetSystemTimeAdjustment | ( | OUT PDWORD | lpTimeAdjustment, |
OUT PDWORD | lpTimeIncrement, | ||
OUT PBOOL | lpTimeAdjustmentDisabled | ||
) |
Definition at line 486 of file time.c.
Definition at line 128 of file time.c.
Referenced by __security_init_cookie(), _ftime_s(), _LocalGetJobLevel2(), _time(), cache_container_set_size(), CertDllVerifyRevocation(), CertTrustFinalPolicy(), CertVerifyCRLTimeValidity(), CertVerifyTimeValidity(), clock(), CoFileTimeNow(), create_cache_entry(), CRYPT_CacheURL(), CRYPT_GetObjectFromCache(), CRYPT_MakeCertInfo(), date_now(), DateConstr_value(), FileTimeNow(), FreeUrlCacheSpaceW(), get_cookie(), get_cred_mgr_encryption_key(), get_file_time(), ATL::CFileTime::GetCurrentTime(), GetCurrentTimeInSeconds(), GetJobName(), GetTimeInSeconds(), gettimeofday(), init_fs_tree(), initclock(), is_not_current(), load_persistent_cookie(), registry_write_credential(), RPC_UuidGetSystemTime(), run_child_process(), save_persistent_cookie(), SdbInstall(), SdbRegisterDatabaseEx(), set_cookie(), set_default_subvol(), SetProfileData(), START_TEST(), test_cache_read(), test_db(), test_GetSystemTimePreciseAsFileTime(), test_IsUrlCacheEntryExpiredA(), test_RegQueryValueExPerformanceData(), test_urlcacheA(), TIME_ZoneID(), urlcache_entry_commit(), urlcache_entry_create(), urlcache_entry_get_file(), urlcache_entry_is_expired(), and urlcache_hash_entry_is_locked().
BOOL WINAPI GetSystemTimes | ( | OUT LPFILETIME lpIdleTime | OPTIONAL, |
OUT LPFILETIME lpKernelTime | OPTIONAL, | ||
OUT LPFILETIME lpUserTime | OPTIONAL | ||
) |
Definition at line 541 of file time.c.
Definition at line 455 of file time.c.
Referenced by __security_init_cookie(), _FileOpCount(), _FileOpCountManager(), _tmain(), _tWinMain(), apartment_freeunusedlibraries(), BiosMiscService(), CalibrateTest(), CardWindow::CardWindow(), check_exe(), ClockUpdate(), collect_connections(), CommandChoice(), CommandTimer(), CFileDefExt::CountFolderAndFiles(), CoWaitForMultipleHandles(), CProgressDialog::CProgressDialog(), Defragment::Defragment(), DispatchMessageA(), DispatchMessageW(), DoControlService(), DoStartService(), DoStartStartupItems(), DoStopService(), DrawGLScene(), DSOUND_callback(), DSOUND_capture_callback(), DSOUND_PrimaryGetPosition(), DSOUND_timer(), empty_message_queue(), EnableHardwareTimer(), extract_resource(), FileTypesDlg_Refresh(), flush_events(), FormatBufferFat(), GdiSAPCallback(), GenerateComputerName(), GenerateRandomPassword(), http_release_netconn(), IDirectSoundBufferImpl_GetCurrentPosition(), IDirectSoundBufferImpl_Lock(), IDirectSoundCaptureBufferImpl_Lock(), InitMatrixMessage(), InitScreenSaveClass(), InputWait(), install_cab_file(), KmtEnsureServiceState(), LBItemFromPt(), LISTVIEW_ProcessLetterKeys(), mailslot_test(), main(), make_discover(), MediaControl_GetState(), MIDI_player(), midiStreamRestart(), MMSYSTEM_MidiStream_MessageHandler(), MMSYSTEM_MidiStream_Player(), NotifyInfo::modify(), msi_create_empty_local_file(), mstsc_mousewheel(), NBNameCacheAddEntry(), NBNameCacheWalk(), NetBTAstatRemote(), NetBTNameWaitLoop(), NetBTWaitForNameResponse(), NetrRemoteTOD(), NotifyInfo::NotifyInfo(), NotifyTopLevelWindow(), AirBrushTool::OnButtonDown(), OSK_Command(), OSK_ReleaseKey(), PeekMessageWorker(), PreInit(), PrimaryBufferImpl_GetCurrentPosition(), PrimaryBufferImpl_Lock(), process_timer(), processPendingMessages(), ProcessTest(), PulseSample(), pump_msg_loop_timeout(), QUARTZ_CreateSystemClock(), QueryTime(), NotifyArea::Refresh(), TrayNotifyDlg::RefreshProperties(), remove_target_tasks(), RetrieveQuote(), RPC_GetLocalClassObject(), rpcrt4_http_timer_calc_timeout(), rpcrt4_http_timer_thread(), rpcrt4_ncacn_http_open(), rpcrt4_ncacn_http_write(), run_benchmark(), CWineTest::RunTest(), ScreenSaverProc(), ScreenSaverThreadMain(), SendGetState(), ServeSomeMessages(), ServiceStart(), set_task_timer(), SetAbortProc(), CProgressDialog::SetProgress64(), SHChangeNotify(), SHChangeNotifyReceive(), SHWaitForSendMessageThread(), SlideWindow(), SpeakerChange(), Defragment::Start(), START_TEST(), StartDocW(), StartScreenSaver(), state_reboot(), StorageImpl_LockRegionSync(), swapchain_gdi_present(), swapchain_gl_present(), SystemClockImpl_GetTime(), taskdialog_init(), taskdialog_proc(), test1(), test_AbortWaitCts(), test_api(), test_buffer(), test_buffer8(), test_dbcs_wm_char(), test_get_input_report(), test_get_state(), test_globalness(), test_ime_wnd_proc(), test_ImmGetCompositionString(), test_InputObject(), test_LoopbackRead(), test_not_modified(), test_OpenFileById(), test_QueueUserWorkItem(), test_read_device(), test_read_write(), test_ReadTimeOut(), test_runner(), test_select(), test_timers(), test_timers_no_wnd(), test_tp_timer(), test_WaitBreak(), test_WaitCommEvent(), test_WaitCts(), test_WaitDcd(), test_WaitDsr(), test_WaitRing(), test_WaitRx(), test_waittxempty(), test_WM_GETDLGCODE(), testW1(), ThemeWaitForServiceReady(), TIME_MMSysTimeCallback(), TIME_SetEventInternal(), time_stamp_callback(), TIME_TriggerCallBack(), timeGetSystemTime(), timeGetTime(), TreeListChar(), TreeListProc(), TREEVIEW_ProcessLetterKeys(), UpdateLanStatusUiDlg(), UpdateProgressBar(), verify_cert_revocation_from_dist_points_ext(), wait_for_event(), wait_move_event(), WaitService(), WDML_SyncWaitTransactionReply(), window_length_cb(), WindowProc(), wmain(), WndProc(), and NotifyArea::WndProc().
Definition at line 26 of file time.c.
Referenced by FileTimeToLocalFileTime(), GetLocalTime(), LocalFileTimeToFileTime(), and SetLocalTime().
BOOL WINAPI LocalFileTimeToFileTime | ( | IN CONST FILETIME * | lpLocalFileTime, |
OUT LPFILETIME | lpFileTime | ||
) |
Definition at line 253 of file time.c.
Referenced by cabinet_close_file_info(), CZipExtract::ExtractSingle(), fdi_notify_extract(), GetNextJobTimeout(), ATL::CFileTime::LocalToUTC(), ParseDate(), summaryinfo_invoke(), test_FileContents1(), test_FileContents2(), test_FileDescriptor(), test_FileDescriptor_Folder(), test_SHFormatDateTimeA(), and test_SHFormatDateTimeW().
BOOL WINAPI SetClientTimeZoneInformation | ( | IN CONST TIME_ZONE_INFORMATION * | lpTimeZoneInformation | ) |
BOOL WINAPI SetLocalTime | ( | IN CONST SYSTEMTIME * | lpSystemTime | ) |
Definition at line 356 of file time.c.
Referenced by _setsystime(), CmosWriteData(), DosInt21h(), ParseDate(), ParseTime(), SetSystemLocalTime(), and SystemSetLocalTime().
BOOL WINAPI SetSystemTime | ( | IN CONST SYSTEMTIME * | lpSystemTime | ) |
Definition at line 412 of file time.c.
Referenced by SystemSetTime().
Definition at line 515 of file time.c.
BOOL WINAPI SystemTimeToFileTime | ( | IN CONST SYSTEMTIME * | lpSystemTime, |
OUT LPFILETIME | lpFileTime | ||
) |
Definition at line 158 of file time.c.
Referenced by _LocalGetJobLevel2(), _PrinterJobListCompareRoutine(), CalculateNextStartTime(), collect_query_data(), copy(), CRYPT_AsnDecodeGeneralizedTime(), CRYPT_AsnDecodeUtcTimeInternal(), CRYPT_MakeCertInfo(), day_of_month(), RecycleBin5::DeleteFile(), EventTimeToSystemTime(), FTP_ConvertFileProp(), getChain(), GetCurrentTimeInSeconds(), gettimeofday(), GetVersionInformationFromInfFile(), HTTP_ParseDateAsAsctime(), HTTP_ParseRfc1123Date(), HTTP_ParseRfc850Date(), HTTP_RetrieveEncodedObjectW(), JapaneseEra_Find(), MONTHCAL_CalculateDayOfWeek(), MONTHCAL_CompareSystemTime(), MONTHCAL_IsSelRangeValid(), MONTHCAL_SetRange(), NLS_GetDateTimeFormatW(), parse_filetime(), ParseDate(), RtlTimeFieldsToTime(), set_cookie(), SOFTPUB_LoadCertMessage(), summaryinfo_invoke(), system_time_to_minutes(), SystemTimeToTzSpecificLocalTime(), test_CERT_CHAIN_PARA_cbSize(), test_conversions(), test_decodeCTL(), test_decodeFiletime(), test_encodeCTL(), test_GetTimeZoneInformation(), test_invalid_arg(), test_SHFormatDateTimeA(), test_SHFormatDateTimeW(), test_verifyRevocation(), test_verifyTimeValidity(), testGetCertChain(), testTimeEncoding(), time_to_filetime(), TouchFileTimes(), TzSpecificLocalTimeToSystemTime(), UpdateSystemTime(), WINTRUST_CertVerifyObjTrust(), and XCOPY_ParseCommandLine().