Home
last modified time | relevance | path

Searched refs:DF (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCFile.cpp81 TCFile* DF = NULL; // cache for decoded files variable
97 DF = (TCFile*)TCCalloc( size, sizeof(TCFile) ); in TCSetFileCacheSize()
121 if( DF == NULL ) in TCInstallFileReadFn()
204 if( (strcmp( fileName, DF[i].name )) == 0 ) // file is already in the cache in TCReadFile()
206 return &( DF[i] ); in TCReadFile()
242 dfPtr = &( DF[0] ); in TCReadFile()
245 if( DF[i].name[0] == '\0' ) in TCReadFile()
247 dfPtr = &( DF[i] ); in TCReadFile()
DTCMem.cpp345 DF = NULL; in TCFreeMem()
/RvlSDK-3.2.2/build/libraries/tc/include/
DTCFileInternal.h64 extern TCFile* DF; // cache for files