Searched refs:ipAddress (Results 1 – 3 of 3) sorted by relevance
157 uno::Sequence< sal_Int8 > ipAddress; in TEST_F() local158 otherNameProp.Value >>= ipAddress; in TEST_F()159 ASSERT_NO_THROW( ASSERT_TRUE( ipAddress.getLength() > 0 ) ); in TEST_F()214 uno::Sequence< sal_Int8 > ipAddress; in TEST_F() local215 altNames[n].Value >>= ipAddress; in TEST_F()216 ASSERT_NO_THROW( ASSERT_TRUE( ipAddress.getLength() > 0 ) ); in TEST_F()
123 Sequence< sal_Int8 > ipAddress( pEntry->IPAddress.cbData ) ; in getAlternativeNames() local125 ipAddress[n] = *( pEntry->IPAddress.pbData + n ) ; in getAlternativeNames()127 arrCertAltNameEntry[i].Value <<= ipAddress; in getAlternativeNames()
164 Sequence< sal_Int8 > ipAddress( current->name.other.len ) ; in getAlternativeNames() local166 ipAddress[r] = *( current->name.other.data + r ) ; in getAlternativeNames()168 arrCertAltNameEntry[i].Value <<= ipAddress; in getAlternativeNames()
Completed in 33 milliseconds