Lines Matching refs:_ret1

227 		RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey);  in setValue()  local
228 if (_ret1 != REG_NO_ERROR) in setValue()
229 return _ret1; in setValue()
231 _ret1 = pSubKey->setValue(valueName, valueType, pData, valueSize); in setValue()
232 if (_ret1 != REG_NO_ERROR) in setValue()
238 return _ret1; in setValue()
269 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setLongListValue() local
270 if (_ret1 != REG_NO_ERROR) in setLongListValue()
271 return _ret1; in setLongListValue()
273 _ret1 = pSubKey->setLongListValue(valueName, pValueList, len); in setLongListValue()
274 if (_ret1 != REG_NO_ERROR) in setLongListValue()
280 return _ret1; in setLongListValue()
311 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setStringListValue() local
312 if (_ret1 != REG_NO_ERROR) in setStringListValue()
313 return _ret1; in setStringListValue()
315 _ret1 = pSubKey->setStringListValue(valueName, pValueList, len); in setStringListValue()
316 if (_ret1 != REG_NO_ERROR) in setStringListValue()
322 return _ret1; in setStringListValue()
353 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setUnicodeListValue() local
354 if (_ret1 != REG_NO_ERROR) in setUnicodeListValue()
355 return _ret1; in setUnicodeListValue()
357 _ret1 = pSubKey->setUnicodeListValue(valueName, pValueList, len); in setUnicodeListValue()
358 if (_ret1 != REG_NO_ERROR) in setUnicodeListValue()
364 return _ret1; in setUnicodeListValue()
444 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getValue() local
445 if (_ret1 != REG_NO_ERROR) in getValue()
446 return _ret1; in getValue()
448 _ret1 = pSubKey->getValue(valueName, pValue); in getValue()
449 if (_ret1 != REG_NO_ERROR) in getValue()
452 return _ret1; in getValue()
483 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getLongListValue() local
484 if (_ret1 != REG_NO_ERROR) in getLongListValue()
485 return _ret1; in getLongListValue()
487 _ret1 = pSubKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue()
488 if (_ret1 != REG_NO_ERROR) in getLongListValue()
491 return _ret1; in getLongListValue()
522 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getStringListValue() local
523 if (_ret1 != REG_NO_ERROR) in getStringListValue()
524 return _ret1; in getStringListValue()
526 _ret1 = pSubKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue()
527 if (_ret1 != REG_NO_ERROR) in getStringListValue()
530 return _ret1; in getStringListValue()
561 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getUnicodeListValue() local
562 if (_ret1 != REG_NO_ERROR) in getUnicodeListValue()
563 return _ret1; in getUnicodeListValue()
565 _ret1 = pSubKey->getUnicodeListValue(valueName, pValueList, pLen); in getUnicodeListValue()
566 if (_ret1 != REG_NO_ERROR) in getUnicodeListValue()
569 return _ret1; in getUnicodeListValue()