Lines Matching refs:size1
1049 typereg::Reader& reader1, sal_uInt32 size1, in checkBlob() argument
1055 if ( options.fullCheck() && (size1 != size2) ) in checkBlob()
1061 sal::static_int_cast< unsigned long >(size1), in checkBlob()
1322 RegistryKey& key1, RegValueType valueType1, sal_uInt32 size1, in checkValueDifference() argument
1408 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1421 return checkBlob(options, key1.getName(), reader1, size1, reader2, size2); in checkValueDifference()
1448 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1454 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1460 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1466 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1472 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1479 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1493 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1511 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1529 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1882 sal_uInt32 size1 = 0; in compareKeys() local
1886 RegError e1 = key1.getValueInfo(tmpName, &valueType1, &size1); in compareKeys()
1890 nError += checkValueDifference(options, key1, valueType1, size1, key2, valueType2, size2); in compareKeys()