Lines Matching refs:ASSERTMSG
78 ASSERTMSG(FSTEntries != NULL, "ARCInitHandle: bad archive format"); in ARCInitHandle()
94 ASSERTMSG( handle, "ARCOpen(): NULL pointer is specified to ARCHandle structure" ); in ARCOpen()
95 ASSERTMSG( fileName, "ARCOpen(): NULL pointer is specified to fileName" ); in ARCOpen()
96 ASSERTMSG( af, "ARCOpen(): NULL pointer is specified to ARCFileInfo structure" ); in ARCOpen()
130 ASSERTMSG(handle, "ARCFastOpen(): null pointer is specified to ARCHandle address "); in ARCFastOpen()
131 ASSERTMSG(af, in ARCFastOpen()
199 … ASSERTMSG(handle, "ARCConvertPathToEntrynum(): null pointer is specified to ARCHandle structure"); in ARCConvertPathToEntrynum()
200 ASSERTMSG(pathPtr, "ARCConvertPathToEntrynum(): null pointer is specified to file name"); in ARCConvertPathToEntrynum()
396 ASSERTMSG(entryIsDir(FSTEntries, entrynum), in ARCConvertEntrynumToPath()
450 …ASSERTMSG(handle, "ARCGetFileAddr(): af->handle is null pointer. Maybe it's not initialized proper… in ARCGetStartAddrInMem()
451 ASSERTMSG(af, "ARCGetFileAddr(): null pointer is specified to ARCFileInfo structure"); in ARCGetStartAddrInMem()
482 ASSERTMSG(handle, "ARCChangeDir(): null pointer is specified to ARCHandle"); in ARCChangeDir()
483 ASSERTMSG(dirName, "ARCChangeDir(): null pointer is specified to dirname"); in ARCChangeDir()
517 ASSERTMSG(handle, "ARCOpenDir(): null pointer is specified to ARCHandle"); in ARCOpenDir()
518 ASSERTMSG(dirName, "ARCOpenDir(): null pointer is specified to ARCDir"); in ARCOpenDir()
555 … ASSERTMSG(handle, "ARCReadDir: dir->handle is null pointer. Maybe it's not initialized properly"); in ARCReadDir()