Lines Matching refs:NULL
81 TCFile* DF = NULL; // cache for decoded files
83 u32 (*FileFn)( u32 rawSize, u8* rawBits, TCFile* dfPtr ) = NULL; // ptr to current file-readin…
84 TCFileNode* FileTable = NULL; // head of file type/fn table
115 TCAssertMsg( (ext != NULL), "TCInstallFileReadFn: null file extension\n" ); in TCInstallFileReadFn()
117 TCAssertMsg( (fileFn != NULL), "TCInstallFileReadFn: null file pointer\n" ); in TCInstallFileReadFn()
121 if( DF == NULL ) in TCInstallFileReadFn()
132 if( FileTable == NULL ) in TCInstallFileReadFn()
163 while( fileNode->next != NULL ) in TCInstallFileReadFn()
190 u8* rawBits = NULL, *cPtr = NULL; in TCReadFile()
196 TCAssertMsg( (fileName != NULL), "TCReadFile: NULL fileName\n" ); in TCReadFile()
220 while( fileNode != NULL ) in TCReadFile()
234 return NULL; in TCReadFile()
255 if( dfPtr->lyColor != NULL ) in TCReadFile()
257 if( dfPtr->lyColor->data != NULL ) in TCReadFile()
264 if( dfPtr->lyAlpha != NULL ) in TCReadFile()
266 if( dfPtr->lyAlpha->data != NULL ) in TCReadFile()
273 if( dfPtr->palPtr != NULL ) in TCReadFile()
275 if( dfPtr->palPtr->rgba != NULL ) in TCReadFile()
287 return NULL; in TCReadFile()