Searched refs:ppNewDescription (Results 1 – 2 of 2) sorted by relevance
1646 typelib_TypeDescription ** ppNewDescription ) in typelib_typedescription_register() argument1654 typelib_typedescriptionreference_getByName( &pTDR, (*ppNewDescription)->pTypeName ); in typelib_typedescription_register()1656 OSL_ASSERT( (*ppNewDescription)->pWeakRef || reallyWeak( (*ppNewDescription)->eTypeClass ) ); in typelib_typedescription_register()1659 OSL_ASSERT( (*ppNewDescription)->eTypeClass == pTDR->eTypeClass ); in typelib_typedescription_register()1672 ::typelib_typedescription_release( *ppNewDescription ); in typelib_typedescription_register()1673 *ppNewDescription = pTDR->pType; in typelib_typedescription_register()1684 pTDR->pType = *ppNewDescription; in typelib_typedescription_register()1685 OSL_ASSERT( ! (*ppNewDescription)->pWeakRef ); in typelib_typedescription_register()1686 (*ppNewDescription)->pWeakRef = pTDR; in typelib_typedescription_register()1691 if (((void *)pTDR != (void *)*ppNewDescription) && // if different in typelib_typedescription_register()[all …]
808 typelib_TypeDescription ** ppNewDescription )