Lines Matching refs:uno_Interface
124 uno_Interface * pUnoI, in s_Proxy_dispatch()
185 Proxy * pThis = static_cast<Proxy * >(reinterpret_cast<uno_Interface *>(pProxy)); in Proxy_free()
190 static void SAL_CALL s_Proxy_acquire(uno_Interface * pUnoI) SAL_THROW_EXTERN_C() in s_Proxy_acquire()
196 static void SAL_CALL s_Proxy_release(uno_Interface * pUnoI) SAL_THROW_EXTERN_C() in s_Proxy_release()
204 uno_Interface * pUnoI = va_arg(*pParam, uno_Interface *); in s_acquireAndRegister_v()
217 uno_Interface * pUnoI, in Proxy()
246 uno_Interface::acquire = s_Proxy_acquire; in Proxy()
247 uno_Interface::release = s_Proxy_release; in Proxy()
248 uno_Interface::pDispatcher = s_Proxy_dispatch; in Proxy()
254 uno_Interface * pUnoI = va_arg(*pParam, uno_Interface *); in s_releaseAndRevoke_v()
388 uno_Interface * pUnoI = va_arg(*pParam, uno_Interface *); in s_dispatcher_v()