Searched refs:ipAddress (Results 1 – 3 of 3) sorted by relevance
191 uno::Sequence< sal_Int8 > ipAddress; in test_Others() local192 otherNameProp.Value >>= ipAddress; in test_Others()193 CPPUNIT_ASSERT_ASSERTION_PASS( CPPUNIT_ASSERT( ipAddress.getLength() > 0 ) ); in test_Others()248 uno::Sequence< sal_Int8 > ipAddress; in test_IP() local249 altNames[n].Value >>= ipAddress; in test_IP()250 CPPUNIT_ASSERT_ASSERTION_PASS( CPPUNIT_ASSERT( ipAddress.getLength() > 0 ) ); in test_IP()
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 13 milliseconds