Searched refs:pOtherName (Results 1 – 1 of 1) sorted by relevance
88 PCERT_OTHER_NAME pOtherName = pEntry->pOtherName; in getAlternativeNames() local91 otherNameProp.Name = ::rtl::OUString::createFromAscii(pOtherName->pszObjId); in getAlternativeNames()93 Sequence< sal_Int8 > otherName( pOtherName->Value.cbData ) ; in getAlternativeNames()94 for( unsigned int n = 0; n < (unsigned int) pOtherName->Value.cbData ; n ++ ) in getAlternativeNames()95 otherName[n] = *( pOtherName->Value.pbData + n ) ; in getAlternativeNames()
Completed in 7 milliseconds