Lines Matching refs:ppOut
72 uno_Interface ** ppOut,
82 uno_Interface ** ppOut, in s_mapInterface() argument
88 pMapping->mapInterface(ppOut, pUnoI, pTypeDescr); in s_mapInterface()
149 uno_Interface ** ppOut, in mapInterface() argument
153 OSL_ASSERT(ppOut && pTypeDescr); in mapInterface()
154 if (*ppOut) in mapInterface()
156 (*ppOut)->release(*ppOut); in mapInterface()
157 *ppOut = 0; in mapInterface()
170 m_to.get()->pExtEnv->getRegisteredInterface(m_to.get()->pExtEnv, (void **)ppOut, pOId, pTypeDescr); in mapInterface()
172 if (!*ppOut) // not yet there, register new proxy interface in mapInterface()
191 *ppOut = pProxy; in mapInterface()