Searched refs:ppNewDescription (Results 1 – 2 of 2) sorted by relevance
1648 typelib_TypeDescription ** ppNewDescription ) in typelib_typedescription_register() argument1656 typelib_typedescriptionreference_getByName( &pTDR, (*ppNewDescription)->pTypeName ); in typelib_typedescription_register()1658 OSL_ASSERT( (*ppNewDescription)->pWeakRef || reallyWeak( (*ppNewDescription)->eTypeClass ) ); in typelib_typedescription_register()1661 OSL_ASSERT( (*ppNewDescription)->eTypeClass == pTDR->eTypeClass ); in typelib_typedescription_register()1674 ::typelib_typedescription_release( *ppNewDescription ); in typelib_typedescription_register()1675 *ppNewDescription = pTDR->pType; in typelib_typedescription_register()1686 pTDR->pType = *ppNewDescription; in typelib_typedescription_register()1687 OSL_ASSERT( ! (*ppNewDescription)->pWeakRef ); in typelib_typedescription_register()1688 (*ppNewDescription)->pWeakRef = pTDR; in typelib_typedescription_register()1693 if (((void *)pTDR != (void *)*ppNewDescription) && // if different in typelib_typedescription_register()[all …]
808 typelib_TypeDescription ** ppNewDescription )