Lines Matching refs:result
64 BOOL result; in RsoLoad() local
68 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
69 if (!result) in RsoLoad()
73 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
74 if (!result) in RsoLoad()
92 BOOL result; in RsoLoadMem2() local
96 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
97 if (!result) in RsoLoadMem2()
101 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
102 if (!result) in RsoLoadMem2()
120 BOOL result; in StaticRsoLoad() local
123 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
124 if (!result) in StaticRsoLoad()
128 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
129 if (!result) in StaticRsoLoad()