Lines Matching refs:ASSERTMSG

81     ASSERTMSG(FSTEntries != NULL, "ARCInitHandle: bad archive format");  in ARCInitHandle()
97 ASSERTMSG( handle, "ARCOpen(): NULL pointer is specified to ARCHandle structure" ); in ARCOpen()
98 ASSERTMSG( fileName, "ARCOpen(): NULL pointer is specified to fileName" ); in ARCOpen()
99 ASSERTMSG( af, "ARCOpen(): NULL pointer is specified to ARCFileInfo structure" ); in ARCOpen()
133 ASSERTMSG(handle, "ARCFastOpen(): null pointer is specified to ARCHandle address "); in ARCFastOpen()
134 ASSERTMSG(af, in ARCFastOpen()
202ASSERTMSG(handle, "ARCConvertPathToEntrynum(): null pointer is specified to ARCHandle structure"); in ARCConvertPathToEntrynum()
203 ASSERTMSG(pathPtr, "ARCConvertPathToEntrynum(): null pointer is specified to file name"); in ARCConvertPathToEntrynum()
307 ASSERTMSG(handle, "ARCEntrynumIsDir(): null pointer is specified to ARCHandle structure"); in ARCEntrynumIsDir()
308 ASSERTMSG((entrynum >= 0) , "ARCEntrynumIsDir(): no file/directory is specified to entrynum"); in ARCEntrynumIsDir()
410 ASSERTMSG(entryIsDir(FSTEntries, entrynum), in ARCConvertEntrynumToPath()
464ASSERTMSG(handle, "ARCGetFileAddr(): af->handle is null pointer. Maybe it's not initialized proper… in ARCGetStartAddrInMem()
465 ASSERTMSG(af, "ARCGetFileAddr(): null pointer is specified to ARCFileInfo structure"); in ARCGetStartAddrInMem()
496 ASSERTMSG(handle, "ARCChangeDir(): null pointer is specified to ARCHandle"); in ARCChangeDir()
497 ASSERTMSG(dirName, "ARCChangeDir(): null pointer is specified to dirname"); in ARCChangeDir()
531 ASSERTMSG(handle, "ARCOpenDir(): null pointer is specified to ARCHandle"); in ARCOpenDir()
532 ASSERTMSG(dirName, "ARCOpenDir(): null pointer is specified to ARCDir"); in ARCOpenDir()
569ASSERTMSG(handle, "ARCReadDir: dir->handle is null pointer. Maybe it's not initialized properly"); in ARCReadDir()