Lines Matching refs:pTD
627 typelib_InterfaceTypeDescription * pTD = in adapter_dispatch() local
629 while (pTD) in adapter_dispatch()
632 ((typelib_TypeDescription *)pTD)->pWeakRef, pDemanded )) in adapter_dispatch()
637 (typelib_TypeDescription *)pTD, 0 ); in adapter_dispatch()
640 pTD = pTD->pBaseTypeDescription; in adapter_dispatch()
765 typelib_TypeDescription * pTD = 0; in FactoryImpl() local
768 TYPELIB_DANGER_GET( &pTD, rInvType.getTypeLibType() ); in FactoryImpl()
770 pITD = reinterpret_cast<typelib_InterfaceTypeDescription*>(pTD); in FactoryImpl()
772 typelib_typedescription_complete( &pTD ); in FactoryImpl()
782 TYPELIB_DANGER_GET( &pTD, rTCType.getTypeLibType() ); in FactoryImpl()
783 pITD = reinterpret_cast<typelib_InterfaceTypeDescription*>(pTD); in FactoryImpl()
786 TYPELIB_DANGER_RELEASE( pTD ); in FactoryImpl()