Lines Matching refs:size2
1050 typereg::Reader& reader2, sal_uInt32 size2) in checkBlob() argument
1055 if ( options.fullCheck() && (size1 != size2) ) in checkBlob()
1062 sal::static_int_cast< unsigned long >(size2)); in checkBlob()
1323 RegistryKey& key2, RegValueType valueType2, sal_uInt32 size2) in checkValueDifference() argument
1411 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1421 return checkBlob(options, key1.getName(), reader1, size1, reader2, size2); in checkValueDifference()
1550 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1556 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1562 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1568 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1574 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1581 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1595 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1613 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1631 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1883 sal_uInt32 size2 = 0; in compareKeys() local
1887 RegError e2 = key2.getValueInfo(tmpName, &valueType2, &size2); in compareKeys()
1890 nError += checkValueDifference(options, key1, valueType1, size1, key2, valueType2, size2); in compareKeys()