Searched refs:stTime (Results 1 – 2 of 2) sorted by relevance
144 timeb stTime; in Log_function() local145 ftime(&stTime); in Log_function()147 struct tm* pstTime = gmtime( &(stTime.time) ); in Log_function()159 stTime.millitm); in Log_function()
210 timeb stTime; in GetCurrentDateTimeISO8601UTC() local211 ftime(&stTime); in GetCurrentDateTimeISO8601UTC()215 struct tm* pstTime = gmtime( &(stTime.time) ); in GetCurrentDateTimeISO8601UTC()227 stTime.millitm); in GetCurrentDateTimeISO8601UTC()