Lines Matching refs:tm
139 struct tm colorModTime; // mod. date of the color srcImage file
140 struct tm alphaModTime; // mod. date of the alpha srcImage file
159 struct tm srcModTime; // mod. date of the srcImage
173 struct tm tplModTime;
289 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr );
290 static void TCGetTime ( struct tm* tmPtr );
293 static void TCSetFileModTime ( const char* fileName, struct tm* refTm );
294 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 );
305 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr );
308 static u32 TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** …
309 static u32 TCCompareImToCachedIm ( struct tm* refTimePtr, TCImage* imPtr, TCCachedImage* cImPt…
310 static u32 TCComparePlToCachedPl ( struct tm* refTimePtr, TCPalette* plPtr, TCCachedPalette* cPlPt…
385 struct tm tplModTime; // modification date of the new .tpl in TCWriteTplFile()
2419 static void TCGetFileModTime ( const char* fileName, struct tm* modTmPtr ) in TCGetFileModTime()
2422 struct tm* localPtr = NULL; in TCGetFileModTime()
2426 memset( modTmPtr, 0, sizeof(struct tm) ); in TCGetFileModTime()
2449 static void TCGetTime ( struct tm* tmPtr ) in TCGetTime()
2451 time_t tm; in TCGetTime() local
2452 struct tm* localPtr = NULL; in TCGetTime()
2455 tm = time( NULL ); in TCGetTime()
2457 localPtr = localtime( &tm ); in TCGetTime()
2539 static void TCSetFileModTime ( const char* fileName, struct tm* refTm ) in TCSetFileModTime()
2577 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 ) in TCCompareTime()
2811 static void TCWriteCachedScriptFile( const char* tplName, struct tm* refTmPtr ) in TCWriteCachedScriptFile()
3215 static u32 TCCompareToCachedScriptData( const char* prevTplName, struct tm* prevTplModTime, u8** tp… in TCCompareToCachedScriptData()
3227 struct tm tplRefTime; in TCCompareToCachedScriptData()
3340 static u32 TCCompareImToCachedIm( struct tm* refTimePtr, TCImage* imPtr, TCCachedImage* cImPtr ) in TCCompareImToCachedIm()
3342 struct tm siTime; in TCCompareImToCachedIm()
3404 static u32 TCComparePlToCachedPl( struct tm* refTimePtr, TCPalette* plPtr, TCCachedPalette* cPlPtr ) in TCComparePlToCachedPl()
3406 struct tm siTime; in TCComparePlToCachedPl()