Lines Matching refs:result
109 BOOL result; in RsoLoad() local
113 result = DVDOpen(moduleName, &fileInfo); in RsoLoad()
114 if (!result) in RsoLoad()
118 result = DVDRead(&fileInfo, module, length, 0); in RsoLoad()
119 if (!result) in RsoLoad()
137 BOOL result; in RsoLoadMem2() local
141 result = DVDOpen(moduleName, &fileInfo); in RsoLoadMem2()
142 if (!result) in RsoLoadMem2()
146 result = DVDRead(&fileInfo, module, length, 0); in RsoLoadMem2()
147 if (!result) in RsoLoadMem2()
165 BOOL result; in StaticRsoLoad() local
168 result = DVDOpen(moduleName, &fileInfo); in StaticRsoLoad()
169 if (!result) in StaticRsoLoad()
173 result = DVDRead(&fileInfo, module, length, 0); in StaticRsoLoad()
174 if (!result) in StaticRsoLoad()