Lines Matching refs:tm
144 struct tm colorModTime; // mod. date of the color srcImage file
145 struct tm alphaModTime; // mod. date of the alpha srcImage file
164 struct tm srcModTime; // mod. date of the srcImage
178 struct tm tplModTime;
294 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr );
295 static void TCGetTime ( struct tm* tmPtr );
298 static void TCSetFileModTime ( const char* fileName, struct tm* refTm );
299 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 );
310 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr );
313 static u32 TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** …
314 static u32 TCCompareImToCachedIm ( struct tm* refTimePtr, TCImage* imPtr, TCCachedImage* cImPt…
315 static u32 TCComparePlToCachedPl ( struct tm* refTimePtr, TCPalette* plPtr, TCCachedPalette* cPlPt…
390 struct tm tplModTime; // modification date of the new .tpl in TCWriteTplFile()
2424 static void TCGetFileModTime ( const char* fileName, struct tm* modTmPtr ) in TCGetFileModTime()
2427 struct tm* localPtr = NULL; in TCGetFileModTime()
2431 memset( modTmPtr, 0, sizeof(struct tm) ); in TCGetFileModTime()
2454 static void TCGetTime ( struct tm* tmPtr ) in TCGetTime()
2456 time_t tm; in TCGetTime() local
2457 struct tm* localPtr = NULL; in TCGetTime()
2460 tm = time( NULL ); in TCGetTime()
2462 localPtr = localtime( &tm ); in TCGetTime()
2544 static void TCSetFileModTime ( const char* fileName, struct tm* refTm ) in TCSetFileModTime()
2582 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 ) in TCCompareTime()
2816 static void TCWriteCachedScriptFile( const char* tplName, struct tm* refTmPtr ) in TCWriteCachedScriptFile()
3220 static u32 TCCompareToCachedScriptData( const char* prevTplName, struct tm* prevTplModTime, u8** tp… in TCCompareToCachedScriptData()
3232 struct tm tplRefTime; in TCCompareToCachedScriptData()
3345 static u32 TCCompareImToCachedIm( struct tm* refTimePtr, TCImage* imPtr, TCCachedImage* cImPtr ) in TCCompareImToCachedIm()
3347 struct tm siTime; in TCCompareImToCachedIm()
3409 static u32 TCComparePlToCachedPl( struct tm* refTimePtr, TCPalette* plPtr, TCCachedPalette* cPlPtr ) in TCComparePlToCachedPl()
3411 struct tm siTime; in TCComparePlToCachedPl()