Lines Matching refs:result
45 BOOL result; in RsoLoad() local
49 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
50 if (!result) in RsoLoad()
54 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
55 if (!result) in RsoLoad()
73 BOOL result; in RsoLoadMem2() local
77 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
78 if (!result) in RsoLoadMem2()
82 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
83 if (!result) in RsoLoadMem2()
101 BOOL result; in StaticRsoLoad() local
104 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
105 if (!result) in StaticRsoLoad()
109 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
110 if (!result) in StaticRsoLoad()