Searched refs:pIEntry (Results 1 – 1 of 1) sorted by relevance
280 InterfaceEntry * pIEntry = pOEntry->find( pTypeDescr ); in defenv_registerInterface() local282 if (pIEntry) // type entry exists in defenv_registerInterface()284 ++pIEntry->refCount; in defenv_registerInterface()285 if (pIEntry->pInterface != *ppInterface) in defenv_registerInterface()287 void * pInterface = pIEntry->pInterface; in defenv_registerInterface()336 if (pIEntry) // type entry exists in defenv_registerProxyInterface()338 if (pIEntry->pInterface == *ppInterface) in defenv_registerProxyInterface()340 ++pIEntry->refCount; in defenv_registerProxyInterface()344 void * pInterface = pIEntry->pInterface; in defenv_registerProxyInterface()507 if (pIEntry) in defenv_getRegisteredInterface()[all …]
Completed in 41 milliseconds