Searched refs:pSystemTime (Results 1 – 3 of 3) sorted by relevance
62 struct tm *pSystemTime; in osl_getDateTimeFromTimeValue() local69 pSystemTime = gmtime_r( &atime, &tmBuf ); in osl_getDateTimeFromTimeValue()73 if ( pSystemTime != NULL ) in osl_getDateTimeFromTimeValue()76 pDateTime->Seconds = pSystemTime->tm_sec; in osl_getDateTimeFromTimeValue()77 pDateTime->Minutes = pSystemTime->tm_min; in osl_getDateTimeFromTimeValue()78 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue()79 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue()80 pDateTime->DayOfWeek = pSystemTime->tm_wday; in osl_getDateTimeFromTimeValue()81 pDateTime->Month = pSystemTime->tm_mon + 1; in osl_getDateTimeFromTimeValue()82 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue()
1046 - __in_opt PSYSTEMTIME pSystemTime1047 + __in_opt LPSYSTEMTIME pSystemTime
Completed in 21 milliseconds